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 16:31:35 +0300
commit5e919713d8a3a131d800285df73b3d06a4a23f2e (patch)
tree04936801c5d805bcea4e5edce4b5134c3145ff89
parenteddb4ff81db84de7dd542b57e2a83d985e7eeda9 (diff)
Add changelog for 4.0.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index efcc50622..501d4bde7 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