summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-05-14 11:10:11 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-14 11:10:11 +0100
commit75fbc1a0c6084c55c72da8ca48971d288eaf6e89 (patch)
tree6372933bc51e6bd579dec31ea41aee21080158f5 /CHANGES.md
parent1.13.0rc2 (diff)
downloadsynapse-75fbc1a0c6084c55c72da8ca48971d288eaf6e89.tar.xz
1.13.0rc2 v1.13.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 70e11c8a66..7dbe072fed 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,9 +4,8 @@ Synapse 1.13.0rc2 (2020-05-14)
 Bugfixes
 --------
 
-- Fix a bug which could cause messages not to be sent over federation, when state events with state keys matching user IDs (such as custom user statuses) were received. ([\#7376](https://github.com/matrix-org/synapse/issues/7376))
-- Restore compatibility with non-compliant clients during the user interactive authentication process. ([\#7483](https://github.com/matrix-org/synapse/issues/7483))
-
+- Fix a long-standing bug which could cause messages not to be sent over federation, when state events with state keys matching user IDs (such as custom user statuses) were received. ([\#7376](https://github.com/matrix-org/synapse/issues/7376))
+- Restore compatibility with non-compliant clients during the user interactive authentication process, fixing a problem introduced in v1.13.0rc1. ([\#7483](https://github.com/matrix-org/synapse/issues/7483))
 
 Internal Changes
 ----------------