diff options
author | Eric Eastwood <erice@element.io> | 2023-06-06 17:39:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 17:39:22 -0500 |
commit | 8bfded81f3378ab6333f174e182f2aae6ef01f49 (patch) | |
tree | a044fc90236de0cd7b9a216987c88509bf56be30 /changelog.d | |
parent | Update error to more plainly explain we can only authorize our own events (#1... (diff) | |
download | synapse-8bfded81f3378ab6333f174e182f2aae6ef01f49.tar.xz |
Trace functions which return `Awaitable` (#15650)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15650.misc | 1 |
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. |