update CHANGELOG.md

This commit is contained in:
Sam
2021-04-06 16:03:10 +02:00
parent 1ff8744aad
commit 030afaef01
4 changed files with 119 additions and 97 deletions

View File

@ -2,10 +2,17 @@
## Version 0.4.7 (unreleased)
#### Bugs Fixed
* [#75](https://github.com/SamR1/Fittrackee/issues/75) - Workouts on the same day are not displayed in right order
#### 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://`.
**IMPORTANT**: Due to [SQLAlchemy update (1.4+)](https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-3687655465c25a39b968b4f5f6e9170b), engine URLs starting with `postgres://` are no longer supported. Please update `DATABASE_URL` with `postgresql://`.
In this release 1 issue was closed.
## Version 0.4.6 (2021/02/21)