diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-10-05 21:40:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 21:40:51 +0100 |
commit | 785437dc0ddfb23012748895e1f8665338e4f3df (patch) | |
tree | fc018fd99457ee5535077c8225ac01d1018d0f13 /changelog.d | |
parent | Ensure that event.redacts is the proper type before handling it (#8457) (diff) | |
download | synapse-785437dc0ddfb23012748895e1f8665338e4f3df.tar.xz |
Update default room version to 6 (#8461)
Per https://github.com/matrix-org/matrix-doc/pull/2788
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8461.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8461.feature b/changelog.d/8461.feature new file mode 100644 index 0000000000..3665d670e1 --- /dev/null +++ b/changelog.d/8461.feature @@ -0,0 +1 @@ +Change default room version to "6", per [MSC2788](https://github.com/matrix-org/matrix-doc/pull/2788). |