summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-12-02 11:18:10 -0500
committerGitHub <noreply@github.com>2021-12-02 16:18:10 +0000
commitd2279f471ba8f44d9f578e62b286897a338d8aa1 (patch)
tree8b17a34a518a7f3a1d68510fb46dbd3b105995b3 /changelog.d
parentAvoid waiting for zombie processes in `synctl stop` (#11490) (diff)
downloadsynapse-d2279f471ba8f44d9f578e62b286897a338d8aa1.tar.xz
Add most of the missing type hints to `synapse.federation`. (#11483)
This skips a few methods which are difficult to type.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11483.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11483.misc b/changelog.d/11483.misc
new file mode 100644
index 0000000000..4cc47fcab9
--- /dev/null
+++ b/changelog.d/11483.misc
@@ -0,0 +1 @@
+Add missing type hints to `synapse.federation`.