summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2021-08-16 18:11:48 +0100
committerGitHub <noreply@github.com>2021-08-16 18:11:48 +0100
commit19e51b14d23f756883688fd8238da61c6ff29cc3 (patch)
tree2eae0757631271a415460dba5f3aa3994dd81abe /changelog.d
parentUpdate CONTRIBUTING.md to fix index links and SyTest instructions (#10599) (diff)
downloadsynapse-19e51b14d23f756883688fd8238da61c6ff29cc3.tar.xz
Manhole: wrap coroutines in `defer.ensureDeferred` automatically (#10602)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10602.feature1
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`.