diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-10-15 09:24:10 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-10-15 09:24:10 -0400 |
commit | 9991aaa49c7c044c16c37e4a75ee2a9b8c2376b9 (patch) | |
tree | d8c69de201e6543bd629bd7926adb83dde269fbf /CHANGES.md | |
parent | Remove racey assertion in MultiWriterIDGenerator (#8530) (diff) | |
download | synapse-9991aaa49c7c044c16c37e4a75ee2a9b8c2376b9.tar.xz |
1.21.2
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 75dc5fa893..6ef499bd9e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +Synapse 1.21.2 (2020-10-15) +=========================== + +Bugfixes +-------- + +- Fix rare bug where sending an event would fail due to a racey assertion. ([\#8530](https://github.com/matrix-org/synapse/issues/8530)) + + Synapse 1.21.1 (2020-10-13) =========================== |