From 0d212650057960c5397a368bd8455d2cf5fd2a0d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 14 Mar 2018 08:07:38 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 45b2c1b31..605d2af6f 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -24,6 +24,8 @@ Changed - The file dialog for downloads now has basic tab completion based on the entered text. - `:version` now shows OS information for POSIX OS other than Linux/macOS. +- When there's an error inserting the text from an external editor, a backup + file is now saved. Fixed ~~~~~