summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMichael Telatynski <7t3chguy@gmail.com>2021-08-16 15:49:12 +0100
committerGitHub <noreply@github.com>2021-08-16 14:49:12 +0000
commit0ace38b7b310fc1b4f88ac93d01ec900f33f7a07 (patch)
treebb160a73520626885425129aa088d1135dcc77f7 /changelog.d
parentSplit `synapse.federation.transport.server` into multiple files. (#10590) (diff)
downloadsynapse-0ace38b7b310fc1b4f88ac93d01ec900f33f7a07.tar.xz
Experimental support for MSC3266 Room Summary API. (#10394)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10394.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10394.feature b/changelog.d/10394.feature
new file mode 100644
index 0000000000..c8bbc5a740
--- /dev/null
+++ b/changelog.d/10394.feature
@@ -0,0 +1 @@
+Initial local support for [MSC3266](https://github.com/matrix-org/synapse/pull/10394), Room Summary over the unstable `/rooms/{roomIdOrAlias}/summary` API.