summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-03 07:09:33 -0400
committerGitHub <noreply@github.com>2020-08-03 07:09:33 -0400
commitdb5970ac6d7843e7bd7e50638e0d999ed8018e37 (patch)
tree089cad6b23beac12dd57f8b15fab92663f51ec58 /changelog.d
parentFix some comments and types in service notices (#7996) (diff)
downloadsynapse-db5970ac6d7843e7bd7e50638e0d999ed8018e37.tar.xz
Convert ACME code to async/await. (#7989)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7989.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7989.misc b/changelog.d/7989.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/7989.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.