summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-08 11:15:02 -0400
committerGitHub <noreply@github.com>2020-06-08 11:15:02 -0400
commit3c45a7809036126a44636f8aaffd42bbc633b9ac (patch)
tree3835c5cc9f3fa2a39c55dbb88b0fe28cf134e4c9 /changelog.d
parentAccept device information at the login fallback endpoint. (#7629) (diff)
downloadsynapse-3c45a7809036126a44636f8aaffd42bbc633b9ac.tar.xz
Convert the registration handler to async/await. (#7649)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7649.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7649.misc b/changelog.d/7649.misc
new file mode 100644
index 0000000000..8a26c8b3b7
--- /dev/null
+++ b/changelog.d/7649.misc
@@ -0,0 +1 @@
+Convert registration handler to async/await.