summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-09-16 08:52:21 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-09-16 08:52:21 -0400
commitab165994dba29ae8730da28cbe8c60d6a904f234 (patch)
tree4fa5f1d17e0ed6f30e6d35899feda4fd242062cf /CHANGES.md
parentMerge branch 'erikj/fix_origin_check' into release-v1.20.0 (diff)
parent1.19.2 (diff)
downloadsynapse-ab165994dba29ae8730da28cbe8c60d6a904f234.tar.xz
Merge remote-tracking branch 'origin/master' into release-v1.20.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md

index dd4d110981..4d210b96c5 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,3 +1,13 @@ +Synapse 1.19.2 (2020-09-16) +=========================== + +Due to the issue below server admins are encouraged to upgrade as soon as possible. + +Bugfixes +-------- + +- Fix joining rooms over federation that include malformed events. ([\#8324](https://github.com/matrix-org/synapse/issues/8324)) + Synapse 1.20.0rc3 (2020-09-11) ==============================