summary refs log tree commit diff
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-06-26 15:11:55 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-06-26 15:11:55 +0200
commitddc46e90a80db3a50dc15bc689b85c4318e7b662 (patch)
tree00771ba5032d5fde60b5d06b9bcb0e4c2ff92e7d
parentMerge remote-tracking branch 'origin/release-v1.110' into matrix-org-hotfixes (diff)
parentFix typo (diff)
downloadsynapse-ddc46e90a80db3a50dc15bc689b85c4318e7b662.tar.xz
Merge remote-tracking branch 'origin/release-v1.110' into matrix-org-hotfixes
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 3171ac32ff..09722ca3db 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,7 +3,7 @@
 ### Features
 
 - Add initial implementation of an experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint. ([\#17187](https://github.com/element-hq/synapse/issues/17187))
-- Add support for [MSC823](https://github.com/matrix-org/matrix-spec-proposals/pull/3823) - Account suspension. ([\#17255](https://github.com/element-hq/synapse/issues/17255))
+- Add experimental support for [MSC3823](https://github.com/matrix-org/matrix-spec-proposals/pull/3823) - Account suspension. ([\#17255](https://github.com/element-hq/synapse/issues/17255))
 - Improve ratelimiting in Synapse. ([\#17256](https://github.com/element-hq/synapse/issues/17256))
 - Add support for the unstable [MSC4151](https://github.com/matrix-org/matrix-spec-proposals/pull/4151) report room API. ([\#17270](https://github.com/element-hq/synapse/issues/17270), [\#17296](https://github.com/element-hq/synapse/issues/17296))
 - Filter for public and empty rooms added to Admin-API [List Room API](https://element-hq.github.io/synapse/latest/admin_api/rooms.html#list-room-api). ([\#17276](https://github.com/element-hq/synapse/issues/17276))