summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-11 14:49:26 +0000
committerGitHub <noreply@github.com>2019-12-11 14:49:26 +0000
commit31905a518e9b1312d7e16ede15669e10f84695bb (patch)
tree968c5b3385324516afe91375efe6e78bc04018f6 /changelog.d
parentClean up some logging (#6515) (diff)
parentNewsfile (diff)
downloadsynapse-31905a518e9b1312d7e16ede15669e10f84695bb.tar.xz
Merge pull request #6504 from matrix-org/erikj/account_validity_async_await
Port handlers.account_validity to async/await.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6504.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6504.misc b/changelog.d/6504.misc
new file mode 100644
index 0000000000..7c873459af
--- /dev/null
+++ b/changelog.d/6504.misc
@@ -0,0 +1 @@
+Port handlers.account_data and handlers.account_validity to async/await.