summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-14 10:05:19 -0400
committerGitHub <noreply@github.com>2020-08-14 10:05:19 -0400
commite8861957d9005a9f6cad050a55a478b7706f34c9 (patch)
tree685ce94358811e1735cd32b9078fb019c3cca565 /changelog.d
parentAdd type hints to synapse.handlers.room (#8090) (diff)
downloadsynapse-e8861957d9005a9f6cad050a55a478b7706f34c9.tar.xz
Convert receipts and events databases to async/await. (#8076)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8076.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8076.misc b/changelog.d/8076.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8076.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.