summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2023-06-06 17:39:22 -0500
committerGitHub <noreply@github.com>2023-06-06 17:39:22 -0500
commit8bfded81f3378ab6333f174e182f2aae6ef01f49 (patch)
treea044fc90236de0cd7b9a216987c88509bf56be30 /changelog.d
parentUpdate error to more plainly explain we can only authorize our own events (#1... (diff)
downloadsynapse-8bfded81f3378ab6333f174e182f2aae6ef01f49.tar.xz
Trace functions which return `Awaitable` (#15650)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15650.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15650.misc b/changelog.d/15650.misc
new file mode 100644
index 0000000000..9bbad113e1
--- /dev/null
+++ b/changelog.d/15650.misc
@@ -0,0 +1 @@
+Add support for tracing functions which return `Awaitable`s.