diff --git a/CHANGES.md b/CHANGES.md index 4e23508e4..c6c2807ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Please check [the relevant section in the upgrade notes](https://github.com/elem - Register the MSC4306 (Thread Subscriptions) endpoints in the CS API when the experimental feature is enabled. ([\#18726](https://github.com/element-hq/synapse/issues/18726)) - Fix a long-standing bug where suspended users could not have server notices sent to them (a 403 was returned to the admin). ([\#18750](https://github.com/element-hq/synapse/issues/18750)) - Fix an issue that could cause logcontexts to be lost on rate-limited requests. Found by @realtyem. ([\#18763](https://github.com/element-hq/synapse/issues/18763)) +- Fix invalidation of storage cache that was broken in 1.135.0. ([\#18786](https://github.com/element-hq/synapse/issues/18786)) ### Improved Documentation diff --git a/changelog.d/18786.bugfix b/changelog.d/18786.bugfix deleted file mode 100644 index 8dee972e1..000000000 --- a/changelog.d/18786.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix invalidation of storage cache that was broken in 1.135.0. \ No newline at end of file