diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-03 07:09:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 07:09:33 -0400 |
commit | db5970ac6d7843e7bd7e50638e0d999ed8018e37 (patch) | |
tree | 089cad6b23beac12dd57f8b15fab92663f51ec58 /changelog.d | |
parent | Fix some comments and types in service notices (#7996) (diff) | |
download | synapse-db5970ac6d7843e7bd7e50638e0d999ed8018e37.tar.xz |
Convert ACME code to async/await. (#7989)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7989.misc | 1 |
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. |