Updated changelog with issue 395 fix

This commit is contained in:
Veronica K. B. Olsen
2020-08-15 15:27:01 +02:00
parent 0b8e5e3ef2
commit bc1d238965
+1
View File
@@ -5,6 +5,7 @@
**User Interface**
* Added a New Project Wizard that can, in addition to create the previous minimal new project, also create a project with pre-defined root folders and chapter and scenes. It is also possible to create a copy of the example project from the source code. Either from the `sample` folder in the source, or from a `sample.zip` file generated by the `setup.py` script and saved to the `nw/assets` folder. PR #366.
* When the user clicked cancel on the colour dialog in Project Settins, the icon would be reset to black. Instead, the colour should remain unchanged. A check that the user actually selected a colour has now been added. Issue #395, PR #403.
**Other Changes**