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 ------