From 58a43d08510692b9c85782bc8658d9085da7ff51 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 19 Sep 2017 22:23:32 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 302a172f7..0d07b47e7 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -20,25 +20,26 @@ v1.0.0 (unreleased) Breaking changes ~~~~~~~~~~~~~~~~ -- (TODO) Support for legacy QtWebKit (before 5.212 which is distributed - independently from Qt) is dropped. -- Support for Python 3.4 is dropped. -- Support for Qt before 5.7.1 and PyQt before 5.7 is dropped. -- (TODO) New dependency on ruamel.yaml; dropped PyYAML dependency. +- Dependency changes + - Support for legacy QtWebKit (before 5.212 which is distributed independently + from Qt) is dropped. + - Support for Python 3.4 is dropped. + - Support for Qt before 5.7.1 and PyQt before 5.7 is dropped. + - (TODO) New dependency on ruamel.yaml; dropped PyYAML dependency. + - New dependency on the QtSql module and Qt sqlite support. + - New dependency on the `attrs` Python module. + - The depedency on PyOpenGL (when using QtWebEngine) got removed. Note + that PyQt5.QtOpenGL is still a dependency. + - PyQt5.QtOpenGL is now always required, even with QtWebKit. - (TODO) The QtWebEngine backend is now used by default if available. -- New dependency on the QtSql module and Qt sqlite support. -- New dependency on the `attrs` Python module. - New config system which ignores the old config file. -- The depedency on PyOpenGL (when using QtWebEngine) got removed. Note - that PyQt5.QtOpenGL is still a dependency. -- PyQt5.QtOpenGL is now always required, even with QtWebKit. +- Various documentation files got moved to the doc/ subfolder, + `qutebrowser.desktop` got moved to misc/. - Migrating QtWebEngine data written by versions before 2016-11-15 (before v0.9.0) is now not supported anymore. - Upgrading qutebrowser with a version older than v0.4.0 still running now won't work properly anymore. -- Various documentation files got moved to the doc/ subfolder, - `qutebrowser.desktop` got moved to misc/. -- The `--harfbuzz` commandline argument got dropped +- The `--harfbuzz` commandline argument got dropped. Major changes ~~~~~~~~~~~~~