From 3cc790afb329757f061833f80e221ad2e503bae3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 3 May 2018 09:10:14 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 3ce0928c8..d9ed690fe 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -81,7 +81,9 @@ 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 +- Initial support for Qt 5.11. +- Checking for a new version after sending a crash report now works properly + again. v1.2.1 ------