summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-05-28 17:13:57 +0100
committerErik Johnston <erik@matrix.org>2021-05-28 17:13:57 +0100
commit4f41b711d8b37da3403ce67c88d62133f732a459 (patch)
tree6b473c5e0d6479b3234d55da2b2fedb2a80d0277 /CHANGES.md
parent1.35.0rc3 (diff)
downloadsynapse-4f41b711d8b37da3403ce67c88d62133f732a459.tar.xz
CHANGELOG
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 8bd05c318d..7e6f478d42 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,8 +4,8 @@ Synapse 1.35.0rc3 (2021-05-28)
 Bugfixes
 --------
 
-- Fixed a bug causing replication requests to fail when receiving a lot of events via federation. ([\#10082](https://github.com/matrix-org/synapse/issues/10082))
-- Fix HTTP response size limit to allow joining very large rooms over federation. ([\#10093](https://github.com/matrix-org/synapse/issues/10093))
+- Fixed a bug causing replication requests to fail when receiving a lot of events via federation. Introduced in v1.33.0. ([\#10082](https://github.com/matrix-org/synapse/issues/10082))
+- Fix HTTP response size limit to allow joining very large rooms over federation. Introduced in v1.33.0. ([\#10093](https://github.com/matrix-org/synapse/issues/10093))
 
 
 Internal Changes