From 513591348c04952df5500170e753f0a80cbc0719 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 6 Jun 2018 19:06:41 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 53e293abe..b65aee045 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -36,6 +36,14 @@ Changed - There's now completion for commands taking a variable count of arguments (like `:config-cycle`). +v1.3.2 (unreleased) +------------------- + +Fixed +~~~~~ + +- Improved workaround for a bug in Qt 5.11 where only the top/bottom half of + the window is used. v1.3.1 ------