summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-03-12 15:12:19 +0000
committerErik Johnston <erik@matrix.org>2024-03-12 15:12:19 +0000
commit5c0b87ff959dfa424f36f67df12a9e9e2c2e9763 (patch)
treeb923fa79e34afe60c6a31a0b92b2d1f1ed550d08 /CHANGES.md
parentMerge remote-tracking branch 'origin/develop' into release-v1.103 (diff)
downloadsynapse-5c0b87ff959dfa424f36f67df12a9e9e2c2e9763.tar.xz
Update changelog v1.103.0rc1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3d027ae253..f0c23e693e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,7 @@
 ### Bugfixes
 
 - Fix joining remote rooms when a module uses the `on_new_event` callback. This callback may now pass partial state events instead of the full state for remote rooms. Introduced in v1.76.0. ([\#16973](https://github.com/element-hq/synapse/issues/16973))
+- Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. Contributed by @ggogel. ([\#16968](https://github.com/element-hq/synapse/issues/16968))
 
 ### Improved Documentation