summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-30 14:47:06 +0100
committerErik Johnston <erik@matrix.org>2021-06-30 14:47:06 +0100
commitc45246153f65bf7e028d876727117b1ddf178979 (patch)
tree054dee7b807ab889a351f2874598b02a0c77474e
parentAdd note to changelog (diff)
downloadsynapse-c45246153f65bf7e028d876727117b1ddf178979.tar.xz
Fixup changelog v1.37.1
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index bf76d3f0ec..7b6e052aca 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,7 @@
 Synapse 1.37.1 (2021-06-30)
 ===========================
 
-This release resolves issues (such as #9490) where one busy room could cause head-of-line blocking, starving Synapse from processing events in other rooms, and causing all federated traffic to fall behind. Synapse 1.37.1 processes inbound federation traffic asynchronously, ensuring that one busy room won't impact others. Please upgrade to Synapse 1.37.1 as soon as possible, in order to increase resilience to other traffic spikes.
+This release resolves issues (such as [#9490](https://github.com/matrix-org/synapse/issues/9490)) where one busy room could cause head-of-line blocking, starving Synapse from processing events in other rooms, and causing all federated traffic to fall behind. Synapse 1.37.1 processes inbound federation traffic asynchronously, ensuring that one busy room won't impact others. Please upgrade to Synapse 1.37.1 as soon as possible, in order to increase resilience to other traffic spikes.
 
 No significant changes since v1.37.1rc1.