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>2020-05-05 14:27:13 +0100
committerGitHub <noreply@github.com>2020-05-05 14:27:13 +0100
commit16b1a34e8005a2f00cf743e5c304a3666ebe02d7 (patch)
tree37f058a9f23ed6cfd111a9783bada7847b7d36ec /changelog.d
parentFix catchup-on-reconnect for the Federation Stream (#7374) (diff)
downloadsynapse-16b1a34e8005a2f00cf743e5c304a3666ebe02d7.tar.xz
Fix typing annotations in synapse/federation (#7382)
We're pretty close to having mypy working for `synapse.federation`, so let's
finish the job.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7219.misc2
-rw-r--r--changelog.d/7382.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/7219.misc b/changelog.d/7219.misc
index 4af5da8646..dbf7a530be 100644
--- a/changelog.d/7219.misc
+++ b/changelog.d/7219.misc
@@ -1 +1 @@
-Add typing information to federation server code.
+Add typing annotations in `synapse.federation`.
diff --git a/changelog.d/7382.misc b/changelog.d/7382.misc
new file mode 100644
index 0000000000..dbf7a530be
--- /dev/null
+++ b/changelog.d/7382.misc
@@ -0,0 +1 @@
+Add typing annotations in `synapse.federation`.