From c08c740793333acb460dce1d2ee2b9c89ef750be Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Jun 2018 11:45:31 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 91cff0af3..463f50276 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -53,6 +53,8 @@ Changed copying newline-separated links. - QtWebEngine: On Qt 5.11, the developer tools (inspector) can now be used securely and without requiring the `--enable-webengine-inspector` option. +- The `` key (`:follow-selected`) now follows the currently focused + element if there's no selection. Removed ~~~~~~~