From b4f877d991e495746e4f63f5dd5e48683d1a9e71 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 Apr 2018 09:44:54 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 0a20f33c5..3ce0928c8 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -81,6 +81,7 @@ Fixed - The Makefile (intended for packagers) now supports `PREFIX` properly. - The workaround for a black window with Nvidia graphics is now enabled on non-Linux systems (like FreeBSD) as well. +- Initial support for Qt 5.11 v1.2.1 ------