Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-01-30 16:31:35 +0300
committerJoas Schilling <coding@schilljs.com>2019-01-30 17:04:03 +0300
commiteb082d37a87bdd5e9944007cff4a8ae502f339ff (patch)
treefc4855099fa64bc6a9890963dd640981365b58c7 /CHANGELOG.md
parent7943fba467c8ebe5013eab647a8e8deec0a2b979 (diff)
Add changelog for 4.0.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f62fede38..c37133cfa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 4.0.3 – 2019-01-30
+### Fixed
+- Do not show room names when the user is not part of it
+ [#1498](https://github.com/nextcloud/spreed/pull/1498)
+- Fix mentions when adding multiple directly after each other
+ [#1393](https://github.com/nextcloud/spreed/pull/1393)
+- Load more messages after loading the first batch when entering a room
+ [#1402](https://github.com/nextcloud/spreed/pull/1402)
+- Pass empty list of session ids when notifying about removed guests to avoid errors
+ [#1414](https://github.com/nextcloud/spreed/pull/1414)
+
## 3.2.8 – 2019-01-30
### Fixed
- Fix mentions when adding multiple directly after each other