summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-10-08 15:04:20 +0100
committerErik Johnston <erik@matrix.org>2024-10-08 15:04:20 +0100
commit6a0c21fabdc9232d2fb13eaecda2afe85beecebd (patch)
tree50ea1915c7834c7376b9ab7bb6fb93b9123a1e15
parent1.117.0rc1 (diff)
downloadsynapse-6a0c21fabdc9232d2fb13eaecda2afe85beecebd.tar.xz
Fixup changlog v1.117.0rc1
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md

index da8658c9a7..ad0d1043bd 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -7,7 +7,7 @@ ### Bugfixes - Fix a rare bug introduced in v1.29.0 where invalidating a user's access token from a worker could raise an error. ([\#17779](https://github.com/element-hq/synapse/issues/17779)) -- In the response to `GET /_matrix/client/versions`, set the `unstable_features` flag for MSC4140 to `false` when server configuration disables support for delayed events. ([\#17780](https://github.com/element-hq/synapse/issues/17780)) +- In the response to `GET /_matrix/client/versions`, set the `unstable_features` flag for [MSC4140](https://github.com/matrix-org/matrix-spec-proposals/pull/4140) to `false` when server configuration disables support for delayed events. ([\#17780](https://github.com/element-hq/synapse/issues/17780)) - Improve input validation and room membership checks in admin redaction API. ([\#17792](https://github.com/element-hq/synapse/issues/17792)) ### Improved Documentation