summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-04 07:22:04 -0400
committerGitHub <noreply@github.com>2020-08-04 07:22:04 -0400
commit88a3ff12f0fa41610968ea820afe44cca70efea7 (patch)
treee3df543ef4c4f630a1b46f8f301f7f99cd79a464 /changelog.d
parentConvert streams to async. (#8014) (diff)
downloadsynapse-88a3ff12f0fa41610968ea820afe44cca70efea7.tar.xz
Convert the SimpleHttpClient to async. (#8016)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8016.misc1
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.