diff --git a/History.md b/History.md index edb4e4c..cfb1ae3 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +6.5.0 / 2016-01-22 +================== + + * Implement support for http authentication, fixes #19 + * Implement authentication that requires a new window to be opened (e.g. OAuth) + * Under the hood changes: + * Target web page no longer loads in a ``, the `BrowserWindow` loads the target url directly + 6.4.0 / 2016-01-21 ==================