summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-09 11:40:27 +0000
committerErik Johnston <erik@matrix.org>2020-01-09 11:40:27 +0000
commit9dfcf47e9bb323f0597ebf8f34a1bcc9f14a02a1 (patch)
tree7505dd34adf06f0a2486de690b2bf163caecd9e4 /CHANGES.md
parent1.8.0 (diff)
downloadsynapse-9dfcf47e9bb323f0597ebf8f34a1bcc9f14a02a1.tar.xz
Fixup changelog v1.8.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e33e0d7f07..690cbdaae9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ Synapse 1.8.0 (2020-01-09)
 Bugfixes
 --------
 
-- Fix GET request on /_synapse/admin/v2/users endpoint. Contributed by Awesome Technologies Innovationslabor GmbH. ([\#6563](https://github.com/matrix-org/synapse/issues/6563))
+- Fix `GET` request on `/_synapse/admin/v2/users` endpoint. Contributed by Awesome Technologies Innovationslabor GmbH. ([\#6563](https://github.com/matrix-org/synapse/issues/6563))
 - Fix incorrect signing of responses from the key server implementation. ([\#6657](https://github.com/matrix-org/synapse/issues/6657))