diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2021-08-16 18:11:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 18:11:48 +0100 |
commit | 19e51b14d23f756883688fd8238da61c6ff29cc3 (patch) | |
tree | 2eae0757631271a415460dba5f3aa3994dd81abe /changelog.d | |
parent | Update CONTRIBUTING.md to fix index links and SyTest instructions (#10599) (diff) | |
download | synapse-19e51b14d23f756883688fd8238da61c6ff29cc3.tar.xz |
Manhole: wrap coroutines in `defer.ensureDeferred` automatically (#10602)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10602.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10602.feature b/changelog.d/10602.feature new file mode 100644 index 0000000000..ab18291a20 --- /dev/null +++ b/changelog.d/10602.feature @@ -0,0 +1 @@ +The Synapse manhole no longer needs coroutines to be wrapped in `defer.ensureDeferred`. |