summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 987972849..0f697888d 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -69,7 +69,10 @@ Added
based on the new URL when navigating or switching tabs.
- New `qt.chromium.sandboxing` setting which allows to disable Chromium's
sandboxing (mainly intended for development and testing)
-- New `QUTE_TAB_INDEX` variable for userscripts, containing the index of the current tab.
+- New `QUTE_TAB_INDEX` variable for userscripts, containing the index of the
+ current tab.
+- New `editor.remove_file` setting which can be set to `False` to keep all
+ temporary editor files after closing the external editor.
Fixed
~~~~~