Updated changelog with PR #394

This commit is contained in:
Veronica K. B. Olsen
2020-08-12 22:05:14 +02:00
parent 0d68b8bb11
commit bfb5f55e24
+4
View File
@@ -6,6 +6,10 @@
* 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.
**Other Changes**
* Cleaned up code using `flake8` tool and added it as a permanent check on pull requests. The tool filtered out a number of unused variables and imports, which wastes CPU time and memory. Every bit helps. PR #394.
## Version 0.11.1 [2020-08-09]