summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-13 07:11:39 -0400
committerGitHub <noreply@github.com>2020-08-13 07:11:39 -0400
commitdd8f28bd3fedb74080916cf0d03e6957b2978651 (patch)
treee437819273b97083185e1bc8ccd7b0d4e8241e53 /changelog.d
parentConvert the roommember database to async/await. (#8070) (diff)
downloadsynapse-dd8f28bd3fedb74080916cf0d03e6957b2978651.tar.xz
Fix unawaited coroutine error in tests. (#8072)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8072.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8072.misc b/changelog.d/8072.misc
new file mode 100644
index 0000000000..e26764dea1
--- /dev/null
+++ b/changelog.d/8072.misc
@@ -0,0 +1 @@
+ Convert various parts of the codebase to async/await.