From dbb13dfad6f348c2d9fa33a97720a314055ac91c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 26 Apr 2020 11:32:43 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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