Version 1.10.0

This commit is contained in:
Girish Ramakrishnan
2020-09-21 14:47:03 -07:00
parent 23f7a98154
commit 1ad2983994
3 changed files with 7 additions and 2 deletions

View File

@@ -201,4 +201,9 @@
* Fix a bug introduced in v1.19.0 where appservices with ratelimiting disabled would still be ratelimited when joining rooms. (#8139)
* Fix a bug introduced in v1.19.0 that would cause e.g. profile updates to fail due to incorrect application of rate limits on join requests. (#8153)
[1.10.0]
* Update Synapse to 1.19.3
* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.19.3)
* Partially mitigate bug where newly joined servers couldn't get past events in a room when there is a malformed event. (#8350)
* Make index.html customizable