Updated changelog with latest PR

This commit is contained in:
Veronica K. B. Olsen
2020-08-14 20:21:59 +02:00
parent 882f91adca
commit 774eb8edf7
+1 -1
View File
@@ -8,7 +8,7 @@
**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. PRs #394 and #397.
* 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. PRs #394, #397 and #401.
* Added contributing guide, code of conduct and issue templates. Direct push to main, and PR #398.