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 15:37:02 +0000
committerGitHub <noreply@github.com>2022-03-04 15:37:02 +0000
commit75574726a766f09d955c05672d400c65cb341810 (patch)
treed0ba13875c21e06dfa4c87ee7c9225f363fc4ea4 /changelog.d
parentAdd test for `ObservableDeferred`'s cancellation behaviour (#12149) (diff)
downloadsynapse-75574726a766f09d955c05672d400c65cb341810.tar.xz
Add type hints for `ObservableDeferred` attributes (#12159)
Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12159.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12159.misc b/changelog.d/12159.misc
new file mode 100644
index 0000000000..30500f2fd9
--- /dev/null
+++ b/changelog.d/12159.misc
@@ -0,0 +1 @@
+Add type hints for `ObservableDeferred` attributes.