From 54356095520048907483cc676e5feaf2282a5fd3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 12 Jun 2018 16:50:32 +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 9e10e8845..e09c81ba7 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -83,6 +83,8 @@ Changed - `:view-source` now has a `--pygments` flag which uses the "old" way of rendering sources even with QtWebEngine. - Improved error messages when a setting needs a newer Qt version. +- QtWebEngine: Various improvements to make the cursor more visible in caret + browsing. Removed ~~~~~~~