From 07d07c7faea57041a3a6878b7349288643dd8eec Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 13 Dec 2017 20:06:43 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 8674be889..3604b7498 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -125,6 +125,7 @@ Fixed - When using `:search-next` before a search is finished, no warning about no results being found is shown anymore. - Fix :click-element with an ID containing non-alphanumeric characters. +- Fix crash when a subprocess outputs data which is not decodable as UTF-8. Deprecated ~~~~~~~~~~