From 8513e6a6c25c43da0b5910f9331734c5577ec230 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 16 Aug 2020 11:20:28 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a373ad..cc1cd2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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**