diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 2884221f3..1f6cd4fad 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -89,6 +89,8 @@ Fixed `view-source:` pages. - QtWebEngine: Scroll positions are now restored correctly from sessions. - QtWebEngine: `:follow-selected` should now work in more cases with Qt > 5.10. +- QtWebEngine: Incremental search now flickers less and doesn't move to the + second result when pressing Enter. - QtWebKit: `:view-source` now displays a valid URL. - URLs containing ampersands and other special chars are now shown correctly when filtering them in the completion. @@ -102,6 +104,8 @@ Fixed - Exception types are now shown properly with `:config-source` and `:config-edit`. - When using `:bookmark-add --toggle`, bookmarks are now saved properly. - Crash when opening an invalid URL from an application on macOS. +- Crash with an empty `completion.timestamp_format`. +- Crash when `completion.min_chars` is set in some cases. Removed ~~~~~~~