From f4386fa9ea4c5ab6c37d023515ad0c29c702423e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 14 Jun 2018 16:35:16 +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 4ea9a2d84..b6dfa98b2 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -85,6 +85,8 @@ Changed - Improved error messages when a setting needs a newer Qt version. - QtWebEngine: Various improvements to make the cursor more visible in caret browsing. +- When a prompt is opened in insert/passthrough mode, the mode is restored + after closing the prompt. Fixed ~~~~~