Change default room version from 9 to 10 (#1397)
* 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>
This commit is contained in:
parent
eb656dfce3
commit
fdd3d94a94
2 changed files with 2 additions and 1 deletions
1
changelogs/room_versions/newsfragments/1397.feature
Normal file
1
changelogs/room_versions/newsfragments/1397.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Update the default room version to 10, as per [MSC3904](https://github.com/matrix-org/matrix-spec-proposals/pull/3904).
|
|
@ -52,7 +52,7 @@ stable and unstable periodically for a variety of reasons, including
|
||||||
discovered security vulnerabilities and age.
|
discovered security vulnerabilities and age.
|
||||||
|
|
||||||
Clients should not ask room administrators to upgrade their rooms if the
|
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 default room version when creating new rooms.
|
||||||
|
|
||||||
The available room versions are:
|
The available room versions are:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue