summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Weston <joseph@weston.cloud>2019-03-01 09:50:28 +0100
committerJoseph Weston <joseph@weston.cloud>2019-03-01 10:44:40 +0100
commitd3dcb645012a45cadb1eae2e3a3c09f4f929e1ef (patch)
tree8d0db495d7220bff32de5575ae95ac62b1b5be6a
parentAdd 'server_version' endpoint to admin API (diff)
downloadsynapse-d3dcb645012a45cadb1eae2e3a3c09f4f929e1ef.tar.xz
Add changelog and AUTHORS file entry
Signed-off-by: Joseph Weston <joseph@weston.cloud>
-rw-r--r--AUTHORS.rst3
-rw-r--r--changelog.d/4772.feature1
2 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst
index d599aec74c..3ea18eefcb 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -69,3 +69,6 @@ Serban Constantin <serban.constantin at gmail dot com>
 
 Jason Robinson <jasonr at matrix.org>
  * Minor fixes
+
+Joseph Weston <joseph at weston.cloud>
+ + Add admin API for querying HS version
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.