summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-05-11 15:12:39 -0400
committerGitHub <noreply@github.com>2020-05-11 15:12:39 -0400
commitbe309d99cfe852b9bf3afa27656254d46e2f107b (patch)
tree9bb5f19f1531a3d69e254605b9bc9c59de657808 /changelog.d
parentAllow configuration of Synapse's cache without using synctl or environment va... (diff)
downloadsynapse-be309d99cfe852b9bf3afa27656254d46e2f107b.tar.xz
Convert search code to async/await. (#7460)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7460.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7460.misc b/changelog.d/7460.misc
new file mode 100644
index 0000000000..f71533fe17
--- /dev/null
+++ b/changelog.d/7460.misc
@@ -0,0 +1 @@
+Convert the search handler to async/await.