summary refs log tree commit diff
path: root/changelog.d/7948.misc
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-27 13:40:22 -0400
committerGitHub <noreply@github.com>2020-07-27 13:40:22 -0400
commit8553f4649857c7862e30917adc925642ad684a10 (patch)
treeb27f5be2f4a4156ba4f058c09516f104636b4e9e /changelog.d/7948.misc
parentConvert groups and visibility code to async / await. (#7951) (diff)
downloadsynapse-8553f4649857c7862e30917adc925642ad684a10.tar.xz
Convert a synapse.events to async/await. (#7949)
Diffstat (limited to 'changelog.d/7948.misc')
-rw-r--r--changelog.d/7948.misc2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/7948.misc b/changelog.d/7948.misc
index 7c2e2b18b7..dfe4c03171 100644
--- a/changelog.d/7948.misc
+++ b/changelog.d/7948.misc
@@ -1 +1 @@
-Convert push to async/await.
+Convert various parts of the codebase to async/await.