summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-03 17:10:54 +0000
committerGitHub <noreply@github.com>2020-02-03 17:10:54 +0000
commitae5b3104f0023171b2bb89f08a066e5974ee7666 (patch)
treed18cb7d8307bbc6314fa1c4178ddbf69a5dbf849 /changelog.d
parentAllow URL-encoded user IDs on user admin api paths (#6825) (diff)
downloadsynapse-ae5b3104f0023171b2bb89f08a066e5974ee7666.tar.xz
Fix stacktraces when using ObservableDeferred and async/await (#6836)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6836.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6836.misc b/changelog.d/6836.misc
new file mode 100644
index 0000000000..232488e1e5
--- /dev/null
+++ b/changelog.d/6836.misc
@@ -0,0 +1 @@
+Fix stacktraces when using `ObservableDeferred` and async/await.