diff options
author | David Robertson <davidr@element.io> | 2022-04-26 17:22:12 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-04-26 17:22:12 +0100 |
commit | 9cfecd2dc01e2e5c6ccb7b87f7beae83a98650f3 (patch) | |
tree | cf36cdf21e24568b701c5446b9b27ed5c1cc1aba /CHANGES.md | |
parent | Credit Tulir's contribution in 1.58.0rc1 to Beeper, too (diff) | |
download | synapse-9cfecd2dc01e2e5c6ccb7b87f7beae83a98650f3.tar.xz |
Adjust changelog v1.58.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
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)) |