From 6755e176303b66bcb789f0cc3bbb6090b54855bb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 26 Mar 2018 10:54:15 +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 10109518b..7de3fde84 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -57,6 +57,8 @@ Fixed - The icon on Windows should now be displayed in a higher resolution. - The QtWebEngine development tools (inspector) now also work when JavaScript is disabled globally. +- Building `.exe` files now works when `upx` is installed on the system. +- The keyhint widget now shows the correct text for chained modifiers. v1.2.1 ------