diff options
author | Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> | 2023-01-18 19:59:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 18:59:48 +0000 |
commit | e8f2bf5c40c27e68e5983ebbd1fc0281bc45bf5f (patch) | |
tree | b8a231014939fe2c926a864e0665c3458fb7e9e2 /changelog.d | |
parent | Properly check for frozendicts in event auth code. (#14864) (diff) | |
download | synapse-e8f2bf5c40c27e68e5983ebbd1fc0281bc45bf5f.tar.xz |
Change default room version to 10. Implements MSC3904 (#14111)
* Change Documentation to have v10 as default room version * Change Default Room version to 10 * Add changelog entry for default room version swap * Add changelog entry for v10 default room version in docs * Clarify doc changelog entry Co-authored-by: David Robertson <david.m.robertson1@gmail.com> * Improve Documentation changes. Co-authored-by: David Robertson <david.m.robertson1@gmail.com> * Update Changelog entry to have correct format Co-authored-by: David Robertson <david.m.robertson1@gmail.com> * Update Spec Version to 1.5 * Only need 1 changelog. * Fix test. * Update "Changed in" line Co-authored-by: David Robertson <david.m.robertson1@gmail.com> Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by: Patrick Cloke <patrickc@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14111.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14111.feature b/changelog.d/14111.feature new file mode 100644 index 0000000000..0a794701a7 --- /dev/null +++ b/changelog.d/14111.feature @@ -0,0 +1 @@ +Update the default room version to [v10](https://spec.matrix.org/v1.5/rooms/v10/) ([MSC 3904](https://github.com/matrix-org/matrix-spec-proposals/pull/3904)). Contributed by @FSG-Cat. \ No newline at end of file |