diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-04 07:22:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 07:22:04 -0400 |
commit | 88a3ff12f0fa41610968ea820afe44cca70efea7 (patch) | |
tree | e3df543ef4c4f630a1b46f8f301f7f99cd79a464 /changelog.d | |
parent | Convert streams to async. (#8014) (diff) | |
download | synapse-88a3ff12f0fa41610968ea820afe44cca70efea7.tar.xz |
Convert the SimpleHttpClient to async. (#8016)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8016.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8016.misc b/changelog.d/8016.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8016.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |