From 0aadb29ac77a6cd265fd7f8d011f7bce4e7a6c64 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sat, 15 Oct 2022 23:29:12 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e306757f..f987594b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ backups. Please check the changelog for an overview of changes. The full release notes will be added to the final release. +**Note:** As of the 2.0 release, novelWriter requires Qt 5.10 or higher and Python 3.7 or higher. + ### Detailed Changelog **Note:** This will no longer be release 1.7, but 2.0 instead due to the major changes to the User @@ -125,6 +127,7 @@ Interface. PR #1146. of code and number of translation labels needed for it. It now produces a single error if something went wrong. PR #1083. * A number of unused icons have been removed from the code base. PR #1164. +* All checks for Qt versions below 5.10 have been removed. PR #1174. **Not Implemented**