summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-03-05 16:31:00 +0000
committerGitHub <noreply@github.com>2019-03-05 16:31:00 +0000
commit16c8b4ecbd99c4be6419bf65212acc613a179950 (patch)
tree40d5d962898b33a964b6d3f4e834d8ad98a8d05e /changelog.d
parentAdd rate-limiting on registration (#4735) (diff)
parentadd API documentation (diff)
downloadsynapse-16c8b4ecbd99c4be6419bf65212acc613a179950.tar.xz
Merge pull request #4772 from jbweston/jbweston/server-version-api
 Add 'server_version' endpoint to admin API
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4772.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4772.feature b/changelog.d/4772.feature
new file mode 100644
index 0000000000..19bb91f1e8
--- /dev/null
+++ b/changelog.d/4772.feature
@@ -0,0 +1 @@
+Add an endpoint to the admin API for querying the server version. Contributed by Joseph Weston.