From 7812fe9eddd83c956d4deb5526c2f48b47f9ee82 Mon Sep 17 00:00:00 2001
From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Date: Mon, 14 Feb 2022 19:07:59 +0000
Subject: [PATCH] Note when unstable MSC3283 prefixes will be removed (#11989)

---
 changelog.d/11989.feature | 1 +
 docs/upgrade.md           | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 changelog.d/11989.feature

diff --git a/changelog.d/11989.feature b/changelog.d/11989.feature
new file mode 100644
index 0000000000..5975281a16
--- /dev/null
+++ b/changelog.d/11989.feature
@@ -0,0 +1 @@
+Support the stable API endpoint for [MSC3283](https://github.com/matrix-org/matrix-doc/pull/3283): new settings in `/capabilities` endpoint.
\ No newline at end of file
diff --git a/docs/upgrade.md b/docs/upgrade.md
index a5da0076c6..477d7d0e81 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -129,7 +129,7 @@ The old `capabilities`
 - `org.matrix.msc3283.set_avatar_url` and
 - `org.matrix.msc3283.3pid_changes`
 
-are deprecated and scheduled to be removed in Synapse v1.(next+1).0.
+are deprecated and scheduled to be removed in Synapse v1.54.0.
 
 The new `capabilities`
 - `m.set_displayname`,
-- 
GitLab