summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-07-28 12:25:12 +0100
committerGitHub <noreply@github.com>2021-07-28 12:25:12 +0100
commit9643dfde6ac4568682c1cc187fef206debfedbd7 (patch)
treeea31f8fd9b1da92d84c5e8c0b85177cd5743d358 /changelog.d
parentRestricted rooms (MSC3083) should not have their allow key redacted. (#10489) (diff)
downloadsynapse-9643dfde6ac4568682c1cc187fef206debfedbd7.tar.xz
improve typing annotations in CachedCall (#10450)
tighten up some of the typing in CachedCall, which is going to be needed when
Twisted 21.7 brings better typing on Deferred.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10450.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10450.misc b/changelog.d/10450.misc
new file mode 100644
index 0000000000..aa646f0841
--- /dev/null
+++ b/changelog.d/10450.misc
@@ -0,0 +1 @@
+ Update type annotations to work with forthcoming Twisted 21.7.0 release.