summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorTravis Ralston <travisr@matrix.org>2022-11-28 17:22:34 -0700
committerGitHub <noreply@github.com>2022-11-28 17:22:34 -0700
commitdd518281208d2fc446f9995ad78949e807d8f5b8 (patch)
tree1f3706bbc03ca0b623a87f3d7851b161a50c66b9 /changelog.d
parentInitial support for MSC3931: Room version push rule feature flags (#14520) (diff)
downloadsynapse-dd518281208d2fc446f9995ad78949e807d8f5b8.tar.xz
Create MSC1767 (extensible events) room version; Implement MSC3932 (#14521)
* Add MSC1767's dedicated room version, based on v10

* Only enable MSC1767 room version if the config flag is on

Using a similar technique to knocking:
https://github.com/matrix-org/synapse/pull/6739/files#diff-3af529eedb0e00279bafb7369370c9654b37792af8eafa0925400e9281d57f0a

* Support MSC3932: Extensible events room version feature flag

* Changelog entry
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14521.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14521.feature b/changelog.d/14521.feature
new file mode 100644
index 0000000000..210acaa8ee
--- /dev/null
+++ b/changelog.d/14521.feature
@@ -0,0 +1 @@
+Add unstable support for an Extensible Events room version (`org.matrix.msc1767.10`) via [MSC1767](https://github.com/matrix-org/matrix-spec-proposals/pull/1767), [MSC3931](https://github.com/matrix-org/matrix-spec-proposals/pull/3931), [MSC3932](https://github.com/matrix-org/matrix-spec-proposals/pull/3932), and [MSC3933](https://github.com/matrix-org/matrix-spec-proposals/pull/3933).
\ No newline at end of file