From 0177725dee3ad3e1feb92a00e7f688a7222036d2 Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Fri, 22 Jan 2016 08:46:51 +0800 Subject: [PATCH] Update changelog for `6.5.0` --- History.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ==================