diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-04-26 11:32:43 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-04-26 11:32:43 +0200 |
commit | dbb13dfad6f348c2d9fa33a97720a314055ac91c (patch) | |
tree | 6f9a6cf9a41f9633e47dc0ef9052d67609974791 /CHANGELOG.md | |
parent | Only prune old messages every 500 syncs (diff) | |
download | nheko-dbb13dfad6f348c2d9fa33a97720a314055ac91c.tar.xz |
Update Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 729d9976..fb0fda94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.7.2] -- unreleased + +### Features + +- Respect exif rotation of images +- perf: Only clean out old messages from the database every 500 syncs. (There is usually more than one sync every second) + +### Bugfixes + +- Fix not being able to join rooms + ## [0.7.1] -- 2020-04-24 ### Features |