summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-22 12:29:15 -0400
committerGitHub <noreply@github.com>2020-07-22 12:29:15 -0400
commitcc9bb3dc3f299d451ab523dea192e48c32e87c68 (patch)
treeb15225888161dd8c50f77249377fb0e58dc8cfb7 /changelog.d
parentMerge pull request #7934 from matrix-org/babolivier/acme_eol (diff)
downloadsynapse-cc9bb3dc3f299d451ab523dea192e48c32e87c68.tar.xz
Convert the message handler to async/await. (#7884)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7884.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7884.misc b/changelog.d/7884.misc
new file mode 100644
index 0000000000..36c7d4de67
--- /dev/null
+++ b/changelog.d/7884.misc
@@ -0,0 +1 @@
+Convert the message handler to async/await.