summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-04-15 18:55:01 +0100
committerGitHub <noreply@github.com>2019-04-15 18:55:01 +0100
commit6e27a8620fc00cab30c087b7700c8b3713f687ab (patch)
treefeeb06e022642e28a0d1c80f2514052208f4b91b /changelog.d
parentupdate grafana dashboard (diff)
parentOnly handle GET requests for /push_rules (diff)
downloadsynapse-6e27a8620fc00cab30c087b7700c8b3713f687ab.tar.xz
Merge pull request #5063 from matrix-org/erikj/move_endpoints
Move some rest endpoints to client reader
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5063.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5063.feature b/changelog.d/5063.feature
new file mode 100644
index 0000000000..fd7b80018e
--- /dev/null
+++ b/changelog.d/5063.feature
@@ -0,0 +1 @@
+Add support for handling /verions, /voip and /push_rules client endpoints to client_reader worker.