summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-04-21 13:20:16 +0100
committerRichard van der Hoff <richard@matrix.org>2020-04-21 13:20:16 +0100
commit556566f0b8141102c629591cc3ea09279511fcba (patch)
tree2166ea1e0a6eb4d6e451eb9901de18ade9f66357 /changelog.d
parentSupport GET account_data requests on a worker (#7311) (diff)
downloadsynapse-556566f0b8141102c629591cc3ea09279511fcba.tar.xz
Fix changelog file
I updated the PR and forgot to update the changelog.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7311.doc1
-rw-r--r--changelog.d/7311.feature1
2 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/7311.doc b/changelog.d/7311.doc
deleted file mode 100644
index cecb31c15f..0000000000
--- a/changelog.d/7311.doc
+++ /dev/null
@@ -1 +0,0 @@
-Document that account_data get requests can be routed to a worker.
diff --git a/changelog.d/7311.feature b/changelog.d/7311.feature
new file mode 100644
index 0000000000..c3adc1d6e7
--- /dev/null
+++ b/changelog.d/7311.feature
@@ -0,0 +1 @@
+Add support for handling GET requests for account_data on a worker.