summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-27 14:40:11 -0400
committerGitHub <noreply@github.com>2020-07-27 14:40:11 -0400
commit68626ff8e98443d6dc470970274a853a93fceefa (patch)
tree1087ee686a7560ba96a40f3ad2ebc45b0b84dc13 /changelog.d
parentConvert a synapse.events to async/await. (#7949) (diff)
downloadsynapse-68626ff8e98443d6dc470970274a853a93fceefa.tar.xz
Convert the remaining media repo code to async / await. (#7947)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7947.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7947.misc b/changelog.d/7947.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/7947.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.