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:01:24 +0100
committerRichard van der Hoff <richard@matrix.org>2020-05-14 11:01:24 +0100
commit623abbeb8d77c4f83ef56446d70d3a4a6b1fc7f6 (patch)
treee4cb16dfa31d93e687e45eee53c5b1977c1c2e81 /CHANGES.md
parentStop `get_joined_users` corruption from custom statuses (#7376) (diff)
downloadsynapse-623abbeb8d77c4f83ef56446d70d3a4a6b1fc7f6.tar.xz
1.13.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f516dcf0d0..70e11c8a66 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,19 @@
+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))
+
+
+Internal Changes
+----------------
+
+- Fix linting errors in new version of Flake8. ([\#7470](https://github.com/matrix-org/synapse/issues/7470))
+
+
 Synapse 1.13.0rc1 (2020-05-11)
 ==============================