Update changelog

This commit is contained in:
Devon Hudson 2025-08-07 08:19:51 -06:00
parent 3a01e9d3d2
commit 7ed4f65561
No known key found for this signature in database
GPG Key ID: CD06B18E77F6A628
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -1 +0,0 @@
Fix invalidation of storage cache that was broken in 1.135.0.