summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-09-01 11:03:49 -0400
committerGitHub <noreply@github.com>2020-09-01 11:03:49 -0400
commit7d103a594e10f4040096bf38716c9cdddf42eca0 (patch)
tree121ec76a75a4c2c4827ab8e3f9d952af226db940 /changelog.d
parentRename `_get_e2e_device_keys_txn` (#8222) (diff)
downloadsynapse-7d103a594e10f4040096bf38716c9cdddf42eca0.tar.xz
Convert appservice code to async/await. (#8207)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8207.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8207.misc b/changelog.d/8207.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8207.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.