Browse Source

Fix changelog

Erik Johnston 3 years ago
parent
commit
b176f1036a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CHANGES.md

+ 2 - 2
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)