Updated changelog with PR 397 and 398

This commit is contained in:
Veronica K. B. Olsen
2020-08-13 22:38:20 +02:00
parent 54551a3498
commit 2c04130e27
+2 -1
View File
@@ -8,7 +8,8 @@
**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.
* 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.
* Added contributing guide, code of conduct and issue templates. Direct push to main, and PR #398.
## Version 0.11.1 [2020-08-09]