summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-07-30 06:56:55 -0400
committerGitHub <noreply@github.com>2020-07-30 06:56:55 -0400
commit3950ae51ef3e7d0bdbe5002dbe8ef5c35a9e8eea (patch)
tree3e75c5de7b32318f01495484db2f4f2d2303e335 /changelog.d
parentEnsure the msg property of HttpResponseException is a string. (#7979) (diff)
downloadsynapse-3950ae51ef3e7d0bdbe5002dbe8ef5c35a9e8eea.tar.xz
Ensure that remove_pusher is always async (#7981)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7981.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7981.misc b/changelog.d/7981.misc
new file mode 100644
index 0000000000..dfe4c03171
--- /dev/null
+++ b/changelog.d/7981.misc
@@ -0,0 +1 @@
+Convert various parts of the codebase to async/await.