diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-01-31 18:43:20 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-01-31 18:43:20 +0000 |
commit | 625385d6841b5d2e62d83f073fd7f1af5a5aeda6 (patch) | |
tree | f1fe4bbd1f524985a9e61db6b15ff2c0b21b72a4 /CHANGES.md | |
parent | Reject large transactions on federation (#4513) (diff) | |
parent | v0.99.0rc3 (diff) | |
download | synapse-625385d6841b5d2e62d83f073fd7f1af5a5aeda6.tar.xz |
Merge branch 'release-v0.99.0' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index e08b8771b8..458bbaf118 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,24 @@ +Synapse 0.99.0rc3 (2019-01-31) +============================== + +Bugfixes +-------- + +- Fix infinite loop when an event is redacted in a v3 room ([\#4535](https://github.com/matrix-org/synapse/issues/4535)) + + +Improved Documentation +---------------------- + +- Update debian installation instructions ([\#4526](https://github.com/matrix-org/synapse/issues/4526)) + + +Internal Changes +---------------- + +- Add some debug for membership syncing issues ([\#4538](https://github.com/matrix-org/synapse/issues/4538)) + + Synapse 0.99.0rc2 (2019-01-30) ============================== |