summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-03-04 13:10:05 +0000
committerGitHub <noreply@github.com>2022-03-04 13:10:05 +0000
commit158e0937eb56f14dd851549939037de499526fd2 (patch)
tree187339c2e41c026a2784a5467400bf32f1d77991 /changelog.d
parentRemove backwards compatibility with RelationPaginationToken. (#12138) (diff)
downloadsynapse-158e0937eb56f14dd851549939037de499526fd2.tar.xz
Add test for `ObservableDeferred`'s cancellation behaviour (#12149)
Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12149.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12149.misc b/changelog.d/12149.misc
new file mode 100644
index 0000000000..d39af96723
--- /dev/null
+++ b/changelog.d/12149.misc
@@ -0,0 +1 @@
+Add test for `ObservableDeferred`'s cancellation behaviour.