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 09:29:06 -0400
committerGitHub <noreply@github.com>2020-08-12 09:29:06 -0400
commitd68e10f308f89810e8d9ff94219cc68ca83f636d (patch)
tree6364d2a49d9f604c25142729514e95148ff9be90 /changelog.d
parentConvert appservice, group server, profile and more databases to async (#8066) (diff)
downloadsynapse-d68e10f308f89810e8d9ff94219cc68ca83f636d.tar.xz
Convert account data, device inbox, and censor events databases to async/await (#8063)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8063.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8063.misc b/changelog.d/8063.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8063.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.