summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-06 08:20:42 -0400
committerGitHub <noreply@github.com>2020-08-06 08:20:42 -0400
commitc36228c40340f521ad52591ac3eab14946db4be2 (patch)
treef1e8084a2d189017a344ad34a95c5f967044916a /changelog.d
parentImprove performance of the register endpoint (#8009) (diff)
downloadsynapse-c36228c40340f521ad52591ac3eab14946db4be2.tar.xz
Convert run_as_background_process inner function to async. (#8032)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8032.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8032.misc b/changelog.d/8032.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/8032.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.