From 9d180bf101c51f8d9b5dd6322759ce9dfdfdfcb4 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Sun, 12 May 2019 20:21:03 +0200 Subject: [PATCH] Updated changelog with the two bugfixes. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8df2196..ebc1c245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # novelWriter ChangeLog +## Not Released + +**Bugfixes** + +* Fixed a critical GUI bug when trying to create new folders and files in the tree. +* Caught a bug when creating a new file, but novelWriter couldn't figure out what class the parent item had and returned a None. Could not recreate the bug, but added a check for it. + ## Version 0.1.1 [2019-05-12] **User Interface**