From b14a37cf1f27047eee3c6515711a259131821797 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 28 Feb 2018 16:14:34 +0100 Subject: [PATCH] Update changelog for v1.1.2 [ci skip] --- doc/changelog.asciidoc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index a9e37b559..2884221f3 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -88,7 +88,6 @@ Fixed - QtWebEngine: Hinting and scrolling now works properly on special `view-source:` pages. - QtWebEngine: Scroll positions are now restored correctly from sessions. -- QtWebEngine: Crash with Qt 5.10.1 when using :undo on some tabs. - QtWebEngine: `:follow-selected` should now work in more cases with Qt > 5.10. - QtWebKit: `:view-source` now displays a valid URL. - URLs containing ampersands and other special chars are now shown @@ -100,7 +99,6 @@ Fixed - QtWebEngine: Qt download objects are now cleaned up properly when a download is removed. - Suspended pages now should always load the correct page when being un-suspended. -- Compatibility with Python 3.7 - Exception types are now shown properly with `:config-source` and `:config-edit`. - When using `:bookmark-add --toggle`, bookmarks are now saved properly. - Crash when opening an invalid URL from an application on macOS. @@ -115,6 +113,21 @@ Removed - The `tabs.persist_mode_on_change` setting has been removed and replaced by `tabs.mode_on_change`. +v1.1.2 +------ + +Changed +~~~~~~~ + +- Windows/macOS releases now bundle Qt 5.10.1 which includes security fixes from + Chromium up to version 64.0.3282.140. + +Fixed +~~~~~ + +- QtWebEngine: Crash with Qt 5.10.1 when using :undo on some tabs. +- Compatibility with Python 3.7 + v1.1.1 ------