diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 4e51f1c5b..47bf1e8e8 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -134,6 +134,7 @@ Fixed - Fix crash when a subprocess outputs data which is not decodable as UTF-8. - Fix crash when closing a tab immediately after hinting. - Worked around issues in Qt 5.10 with loading progress never being finished. +- Fixed a crash when writing a flag before a command (e.g. `:-w open `). Deprecated ~~~~~~~~~~