From 4adf10a2f2160ac088330deede54c91f3d799e38 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 3 May 2018 09:13:48 +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 d9ed690fe..42a0822e0 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -84,6 +84,8 @@ Fixed - Initial support for Qt 5.11. - Checking for a new version after sending a crash report now works properly again. +- The `qute-pass` userscript now handles special chars in usernames/passwords + properly. v1.2.1 ------