summary refs log tree commit diff
path: root/changelog.d/8035.misc
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-06 08:39:35 -0400
committerGitHub <noreply@github.com>2020-08-06 08:39:35 -0400
commitfe6cfc80ec6ed3b9e29ca74cde5dcfae3d8236ea (patch)
treeb7ef564fb0367dd1bdc01d73f21b52ec6be07259 /changelog.d/8035.misc
parentConvert synapse.api to async/await (#8031) (diff)
downloadsynapse-fe6cfc80ec6ed3b9e29ca74cde5dcfae3d8236ea.tar.xz
Convert some util functions to async (#8035)
Diffstat (limited to 'changelog.d/8035.misc')
-rw-r--r--changelog.d/8035.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8035.misc b/changelog.d/8035.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8035.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.