diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-09-18 10:53:01 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-09-18 10:53:01 -0400 |
commit | 88e67d1adb3d63e99cfb7657c319b163a76c9bae (patch) | |
tree | 5ea8b2b32ab3fee7d70e1e53bef6bddba8945209 /CHANGES.md | |
parent | Intelligently select extremities used in backfill. (#8349) (diff) | |
parent | 1.19.3 (diff) | |
download | synapse-88e67d1adb3d63e99cfb7657c319b163a76c9bae.tar.xz |
Merge tag 'v1.19.3' into release-v1.20.0
1.19.3 Synapse 1.19.3 (2020-09-18) =========================== Bugfixes -------- - Partially mitigate bug where newly joined servers couldn't get past events in a room when there is a malformed event. ([\#8350](https://github.com/matrix-org/synapse/issues/8350))
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 b44248e264..aade896bd5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.19.3 (2020-09-18) +=========================== + +Bugfixes +-------- + +- Partially mitigate bug where newly joined servers couldn't get past events in a room when there is a malformed event. ([\#8350](https://github.com/matrix-org/synapse/issues/8350)) + + Synapse 1.20.0rc4 (2020-09-16) ============================== |