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 ~~~~~