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
committerAndrew Morgan <andrew@amorgan.xyz>2020-05-28 13:54:15 +0100
commit6247ae0b381f6744a38ee8b0f751eedb70ff90bc (patch)
treec160988612c1e8bddf02f41efdd0e1573b4daee2
parent1.12.4rc1 (diff)
downloadsynapse-6247ae0b381f6744a38ee8b0f751eedb70ff90bc.tar.xz
formatting for the changelog
Diffstat (limited to '')
-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