Updated changelog

This commit is contained in:
Veronica K. B. Olsen
2020-08-16 11:20:28 +02:00
parent 617192a6d9
commit 8513e6a6c2
+5 -1
View File
@@ -1,6 +1,10 @@
# novelWriter ChangeLog
## Version 1.0 Beta 1 [2020-08-23] - Not Yet Released
## Version 0.12.1 [2020-08-16]
**Bugfixes**
* Some of the insert menu functions were broken due to a left-over comma in the insert source code converting the insert text from a string to a tuple. This is a quirk of the Python language and unfortunately not caught as a syntax error. Issue #409, PR #410.
**Feature Improvements**