summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-12-10 11:23:52 +0000
committerErik Johnston <erik@matrix.org>2019-12-10 11:23:52 +0000
commitf5bb1531b7307bc2d826789746e7c82fa4dbf36c (patch)
treefa890eb3f070747bf3e2f8d39ba8f1c90dd547d9 /changelog.d
parentFix make_deferred_yieldable to work with coroutines (diff)
downloadsynapse-f5bb1531b7307bc2d826789746e7c82fa4dbf36c.tar.xz
Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6505.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6505.misc b/changelog.d/6505.misc
new file mode 100644
index 0000000000..3a75b2d9dd
--- /dev/null
+++ b/changelog.d/6505.misc
@@ -0,0 +1 @@
+Make `make_deferred_yieldable` to work with async/await.