summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-12 12:14:34 -0400
committerGitHub <noreply@github.com>2020-08-12 12:14:34 -0400
commitfbe930dad28c81a5e563ddc8683f65b8279aad52 (patch)
tree2a8a98977cf85509212373f7222f12cfc6226ad7 /changelog.d
parentConvert devices database to async/await. (#8069) (diff)
downloadsynapse-fbe930dad28c81a5e563ddc8683f65b8279aad52.tar.xz
Convert the roommember database to async/await. (#8070)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8070.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8070.misc b/changelog.d/8070.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8070.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.