From 07b1b3fbd4c00769e076894c39cac63809968941 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 12 Oct 2017 19:59:46 +0200 Subject: [PATCH] Update changelog [ci skip] --- doc/changelog.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 1c146a51c..a60d3d701 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -15,6 +15,16 @@ breaking changes (such as renamed commands) can happen in minor releases. // `Fixed` for any bug fixes. // `Security` to invite users to upgrade in case of vulnerabilities. +v1.0.1 (unreleased) +------------------- + +Fixes +~~~~~ + +- Fixed starting after customizing `fonts.tabs` or `fonts.debug_console`. +- Fixed starting with old PyQt versions compiled against newer Qt versions. +- Fixed check for PyQt version to correctly enforce 5.7 (not 5.2). + v1.0.0 ------