summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-02-18 16:23:25 +0000
committerGitHub <noreply@github.com>2020-02-18 16:23:25 +0000
commitadfaea8c698a38ffe14ac682a946abc9f8152635 (patch)
treef390c7a0b92912f5b0c86bdbab563a60362fb3f3 /changelog.d
parentMerge pull request #6872 from matrix-org/rav/dictproperty (diff)
downloadsynapse-adfaea8c698a38ffe14ac682a946abc9f8152635.tar.xz
Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939)
per matrix-org/matrix-doc#2432

Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6939.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6939.feature b/changelog.d/6939.feature
new file mode 100644
index 0000000000..40fe7fc9a9
--- /dev/null
+++ b/changelog.d/6939.feature
@@ -0,0 +1 @@
+Implement `GET /_matrix/client/r0/rooms/{roomId}/aliases` endpoint as per [MSC2432](https://github.com/matrix-org/matrix-doc/pull/2432).