diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 66b019254..f0cb4025d 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -130,6 +130,11 @@ Fixed qutebrowser sqlite history which has been in use since v1.0.0. - With Python 3.8+ and vertical tabs, a deprecation warning for an implicit int conversion was shown. This is now fixed. +- Ever since Qt 5.11, fetching more completion data when that data is loaded + lazily (such as with history) and the last visible item is selected was broken. + The exact reason is currently unknown, but this release adds a tenative fix. +- When PgUp/PgDown were used to go beyond the last visible item, the above issue + caused a crash. This is also fixed. - (TODO) Fix for various functionality breaking in private windows with v1.14.0, after the last private window is closed. This includes: * Ad blocking