summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-14 12:08:14 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-14 12:08:14 +0000
commit422e33fabff5bb77269b991b253e7975a04227fa (patch)
tree1841111e5498aae6d4f090c6791e68bca059f590 /CHANGES.md
parent1.50.0rc2 (diff)
downloadsynapse-422e33fabff5bb77269b991b253e7975a04227fa.tar.xz
Tweak the changelog summary section v1.50.0rc2
Diffstat (limited to '')
-rw-r--r--CHANGES.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 43f5a78269..8f53ce6c51 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,8 +1,9 @@
 Synapse 1.50.0rc2 (2022-01-14)
 ==============================
 
-This release candidate fixes a federation-breaking regression introduced in the previous release candidate. The bug broke sending federation traffic to destination servers that had enough outbound device updates to be sent (including at least one cross-signing key update).
-It would particularly affect sending to servers that have had downtime, as this would make it more likely that a big enough queue of outbound device updates had built up.
+This release candidate fixes a federation-breaking regression introduced in Synapse 1.50.0rc1.
+
+Please note that we now only support Python 3.7+ and PostgreSQL 10+ (if applicable), because Python 3.6 and PostgreSQL 9.6 have reached end-of-life.
 
 
 Bugfixes
@@ -27,8 +28,6 @@ Internal Changes
 Synapse 1.50.0rc1 (2022-01-05)
 ==============================
 
-Please note that we now only support Python 3.7+ and PostgreSQL 10+ (if applicable), because Python 3.6 and PostgreSQL 9.6 have reached end-of-life.
-
 
 Features
 --------