Skip to content

Commit

Permalink
Change default room version from 9 to 10 (matrix-org#1397)
Browse files Browse the repository at this point in the history
* Change default room version from 9 to 10 in accordance with MSC3904

* Add changelog entry with assumed PR number.

* Fix missing comma in changelog.

Co-authored-by: Travis Ralston <travpc@gmail.com>

Co-authored-by: Travis Ralston <travpc@gmail.com>
  • Loading branch information
2 people authored and clokep committed May 3, 2023
1 parent 58f5ffa commit e5c582b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/room_versions/newsfragments/1397.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the default room version to 10, as per [MSC3904](https://github.com/matrix-org/matrix-spec-proposals/pull/3904).
2 changes: 1 addition & 1 deletion content/rooms/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 9** as
room is running a stable version. Servers SHOULD use **room version 10** as
the default room version when creating new rooms.

The available room versions are:
Expand Down

0 comments on commit e5c582b

Please sign in to comment.