From 9c9a5914b399dadc84b1e05b689677cf2cc6b575 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 Jun 2017 14:30:05 +0200 Subject: [PATCH] Changelog fixup --- CHANGELOG.asciidoc | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7852bd7ed..34cfb0eef 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -89,14 +89,6 @@ Changed - The installer is now generated using NSIS instead of being a MSI - Texts in prompts are now selectable. - Renderer process crashes now show an error page. -- (QtWebKit) Various rarely customized settings were removed: - - `ui -> css-media-type` (defaults to desktop) - - `general -> site-specific-quirks` (now always turned on) - - `storage -> offline-storage-default-quota` (defaults to 5MB) - - `storage -> offline-web-application-cache-quota` (defaults to no quota) - - `storage -> object-cache-capacities` (default depends on disk space) - - `content -> css-regions` (now always turned off) - - `storage -> offline-storage-database` (merged into `storage -> local-storage`) - (QtWebKit) storage -> offline-web-application-storage` got renamed to `...-cache` @@ -199,6 +191,18 @@ Changed - `network -> proxy` can also be set to `pac+file://...` now to use a local proxy autoconfig file (on QtWebKit) +Removed +~~~~~~~ + +- (QtWebKit) Various rarely customized settings were removed: + - `ui -> css-media-type` (defaults to desktop) + - `general -> site-specific-quirks` (now always turned on) + - `storage -> offline-storage-default-quota` (defaults to 5MB) + - `storage -> offline-web-application-cache-quota` (defaults to no quota) + - `storage -> object-cache-capacities` (default depends on disk space) + - `content -> css-regions` (now always turned off) + - `storage -> offline-storage-database` (merged into `storage -> local-storage`) + Fixed ~~~~~