summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-30 15:33:33 +0000
committerErik Johnston <erik@matrix.org>2020-10-30 15:33:33 +0000
commitb176f1036a247959f64378f3f3fa4b5175b3b5e9 (patch)
tree8ca8b739f50cdb9a0ded12d92aa0a41449e65ab5
parentuse correct version (diff)
downloadsynapse-release-v1.22.1.tar.xz
Fix changelog v1.22.1 release-v1.22.1
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 39af62bdfe..8bd7825089 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,8 +4,8 @@ Synapse 1.22.1 (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))
+- Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broke 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. Broke in v1.22.0. ([\#8678](https://github.com/matrix-org/synapse/issues/8678))
 
 
 Synapse 1.22.0 (2020-10-27)