summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-22 14:50:51 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-22 14:50:51 +0100
commitba0aac5e44bf98837d1f099d9638f2fd4d4deaca (patch)
tree012c34ffb52ec07965d2f4244e7ca15fc05c2b4e
parent1.12.4rc1 (diff)
downloadsynapse-ba0aac5e44bf98837d1f099d9638f2fd4d4deaca.tar.xz
formatting for the changelog v1.12.4rc1
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1ccc39f4a5..7f47011a30 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,7 +5,7 @@ Features
 --------
 
 - Always send users their own device updates. ([\#7160](https://github.com/matrix-org/synapse/issues/7160))
-- Add support for handling GET requests for account_data on a worker. ([\#7311](https://github.com/matrix-org/synapse/issues/7311))
+- Add support for handling GET requests for `account_data` on a worker. ([\#7311](https://github.com/matrix-org/synapse/issues/7311))
 
 
 Bugfixes