summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-04-26 11:32:43 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-04-26 11:32:43 +0200
commitdbb13dfad6f348c2d9fa33a97720a314055ac91c (patch)
tree6f9a6cf9a41f9633e47dc0ef9052d67609974791
parentOnly prune old messages every 500 syncs (diff)
downloadnheko-dbb13dfad6f348c2d9fa33a97720a314055ac91c.tar.xz
Update Changelog
-rw-r--r--CHANGELOG.md11
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