diff options
author | Erik Johnston <erik@matrix.org> | 2019-12-10 11:23:52 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-12-10 11:23:52 +0000 |
commit | f5bb1531b7307bc2d826789746e7c82fa4dbf36c (patch) | |
tree | fa890eb3f070747bf3e2f8d39ba8f1c90dd547d9 /changelog.d | |
parent | Fix make_deferred_yieldable to work with coroutines (diff) | |
download | synapse-f5bb1531b7307bc2d826789746e7c82fa4dbf36c.tar.xz |
Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6505.misc | 1 |
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. |