diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-30 15:25:44 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-10-30 15:25:44 +0000 |
commit | b4289795ea27b782de657a0abf30bcbee24876d8 (patch) | |
tree | 03e33c176c98f626237ae63583f63bc3c6b67f32 /CHANGES.md | |
parent | Merge pull request #8678 from matrix-org/rav/fix_frozen_events (diff) | |
download | synapse-b4289795ea27b782de657a0abf30bcbee24876d8.tar.xz |
1.22.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 3a522f8518..58973d2a5d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Synapse 1.22.0 (2020-10-30) +=========================== + +Bugfixes +-------- + +- Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broken in v1.22.0. ([\#8676](https://github.com/matrix-org/synapse/issues/8676)) +- Fix `Object of type frozendict is not JSON serializable` exceptions when using third-party event rules. ([\#8678](https://github.com/matrix-org/synapse/issues/8678)) + + Synapse 1.22.0 (2020-10-27) =========================== |