diff options
author | Erik Johnston <erik@matrix.org> | 2019-05-30 16:28:52 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-05-30 16:29:47 +0100 |
commit | c831748f4d243d74e9a3fd2042bc2b35cc30f961 (patch) | |
tree | 9144dd9b9d7f6c0e5839c7e59c6f9e235cc59ee6 /CHANGES.md | |
parent | fix changelog for 0.99.5.1 (#5270) (diff) | |
download | synapse-c831748f4d243d74e9a3fd2042bc2b35cc30f961.tar.xz |
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 350151b62c..0ffdf1aaef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 0.99.5.2 (2019-05-30) +============================= + +Bugfixes +-------- + +- Fix bug where we leaked extremities when we soft failed events, leading to performance degradation. ([\#5274](https://github.com/matrix-org/synapse/issues/5274), [\#5278](https://github.com/matrix-org/synapse/issues/5278), [\#5291](https://github.com/matrix-org/synapse/issues/5291)) + + Synapse 0.99.5.1 (2019-05-22) ============================= |