diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 752885dd0..a7c8e6d72 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -20,18 +20,20 @@ v1.0.0 (unreleased) Breaking changes ~~~~~~~~~~~~~~~~ -- Support for legacy QtWebKit (before 5.212 which is distributed +- (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 is dropped. +- (TODO) Support for Python 3.4 is dropped. +- (TODO) Support for Qt before 5.7 is dropped. +- (TODO) New dependency on ruamel.yaml; dropped PyYAML dependency. +- (TODO) The QtWebEngine backend is now used by default if available. - New dependency on the QtSql module and Qt sqlite support. -- New dependency on ruamel.yaml; dropped PyYAML dependency. -- The QtWebEngine backend is now used by default if available. - 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. - Migrating QtWebEngine data written by versions before 2016-11-15 (before v0.9.0) is now not supported anymore. +- Various documentation files got moved to the doc/ subfolder, + `qutebrowser.desktop` got moved to misc/. Major changes ~~~~~~~~~~~~~