diff options
author | Sean Quah <seanq@matrix.org> | 2023-05-02 16:14:20 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2023-05-02 16:14:20 +0100 |
commit | 1c0e98717b1ab70791d43483ac6d3e569c42a9c7 (patch) | |
tree | 12de6b6c87f76e74b4b00c0fe7dc4f879a319897 /CHANGES.md | |
parent | Update CHANGES.md (diff) | |
download | synapse-1c0e98717b1ab70791d43483ac6d3e569c42a9c7.tar.xz |
Update CHANGES.md
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 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)) |