update CHANGELOG.md

This commit is contained in:
Sam
2021-04-06 14:26:51 +02:00
parent 76c4faa87b
commit 7a758d4746
5 changed files with 109 additions and 81 deletions

View File

@ -1,5 +1,12 @@
# Change log
## Version 0.4.7 (unreleased)
#### Misc
* Update Python and Javascript dependencies
**IMPORTANT**: Due to SQLAlchemy update (1.4+), engine URLs starting with `postgres://` are no longer supported. Please update `DATABASE_URL` with `postgresql://`.
## Version 0.4.6 (2021/02/21)
### Issues Closed