This will be beta 5 release instead

This commit is contained in:
Veronica K. B. Olsen
2020-10-18 11:58:44 +02:00
parent b54527e9a5
commit 947f5b79de
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
# novelWriter ChangeLog
## Version 1.0 Release Candidate 1 [2020-10-25]
## Version 1.0 Release Beta 5 [2020-10-18]
**Important Notes**
* The minimal supported Python version is now 3.6. While novelWriter has worked fine in the post with versions as low as 3.4, neither 3.4 nor 3.5 is tested. They have also both reached end of life. There are a couple of good reasons to drop support for older versions. PR #470.
1. Python 3.6 introduces ordered dictionaries as the standard.
2. The format string attribute was added in 3.6, and is much less clunky in many parts of the code than the full `"".format()` syntax.
2. The format string decorator (`f""`) was added in 3.6, and is much less clunky in many parts of the code than the full `"".format()` syntax.
3. Especially 3.4 has limited support for `*var` expansion of iterables. These are used several places in the code.
**Bugfixes**