summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-04-26 17:22:12 +0100
committerDavid Robertson <davidr@element.io>2022-04-26 17:22:12 +0100
commit9cfecd2dc01e2e5c6ccb7b87f7beae83a98650f3 (patch)
treecf36cdf21e24568b701c5446b9b27ed5c1cc1aba /CHANGES.md
parentCredit Tulir's contribution in 1.58.0rc1 to Beeper, too (diff)
downloadsynapse-9cfecd2dc01e2e5c6ccb7b87f7beae83a98650f3.tar.xz
Adjust changelog v1.58.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b9b10bb0d6..1fbe0815de 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,7 +6,7 @@ This release candidate fixes bugs related to Synapse 1.58.0rc1's logic for handl
 Bugfixes
 --------
 
-- Fix a bug introduced in Synapse 1.58.0rc1 where the main process could consume excessive amounts of CPU and memory handling sentry logging failures. ([\#12554](https://github.com/matrix-org/synapse/issues/12554))
+- Fix a bug introduced in Synapse 1.58.0rc1 where the main process could consume excessive amounts of CPU and memory while handling sentry logging failures. ([\#12554](https://github.com/matrix-org/synapse/issues/12554))
 - Fix a bug introduced in Synapse 1.58.0rc1 where opentracing contexts were not correctly sent to whitelisted remote servers with device lists updates. ([\#12555](https://github.com/matrix-org/synapse/issues/12555))