From 02c8a5d6be8a2afc39197516addb276cb9ce3939 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Tue, 22 Feb 2022 18:37:36 +0000 Subject: [PATCH 1/2] Update the default room version to 9 Spec PR for [MSC3589](https://github.com/matrix-org/matrix-doc/pull/3589) Signed-off-by: Aaron Raimist --- content/rooms/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rooms/_index.md b/content/rooms/_index.md index 4c6faae14ca..f946cb6117a 100644 --- a/content/rooms/_index.md +++ b/content/rooms/_index.md @@ -51,7 +51,7 @@ stable and unstable periodically for a variety of reasons, including discovered security vulnerabilities and age. Clients should not ask room administrators to upgrade their rooms if the -room is running a stable version. Servers SHOULD use **room version 6** as +room is running a stable version. Servers SHOULD use **room version 9** as the default room version when creating new rooms. The available room versions are: From 7e4fa01a688f47407ccc8c7998ad5cced7a35a49 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Tue, 22 Feb 2022 18:56:53 +0000 Subject: [PATCH 2/2] Add changelog Signed-off-by: Aaron Raimist --- changelogs/room_versions/3739.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/room_versions/3739.feature diff --git a/changelogs/room_versions/3739.feature b/changelogs/room_versions/3739.feature new file mode 100644 index 00000000000..c20ec3ada82 --- /dev/null +++ b/changelogs/room_versions/3739.feature @@ -0,0 +1 @@ +Update the default room version to 9. \ No newline at end of file