summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2023-05-02 16:14:20 +0100
committerSean Quah <seanq@matrix.org>2023-05-02 16:14:20 +0100
commit1c0e98717b1ab70791d43483ac6d3e569c42a9c7 (patch)
tree12de6b6c87f76e74b4b00c0fe7dc4f879a319897 /CHANGES.md
parentUpdate CHANGES.md (diff)
downloadsynapse-1c0e98717b1ab70791d43483ac6d3e569c42a9c7.tar.xz
Update CHANGES.md
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 1bd3894dfc..b047697f8f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -15,7 +15,7 @@ Bugfixes
 --------
 
 - Disable push rule evaluation for rooms excluded from sync. ([\#15361](https://github.com/matrix-org/synapse/issues/15361))
-- Fix a long-standing bug where cached key results which were directly fetched would not be properly re-used. ([\#15417](https://github.com/matrix-org/synapse/issues/15417))
+- Fix a long-standing bug where cached server key results which were directly fetched would not be properly re-used. ([\#15417](https://github.com/matrix-org/synapse/issues/15417))
 - Fix a bug introduced in Synapse 1.73.0 where some experimental push rules were returned by default. ([\#15494](https://github.com/matrix-org/synapse/issues/15494))