summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-11-25 13:30:47 -0500
committerGitHub <noreply@github.com>2020-11-25 13:30:47 -0500
commit968939bdacc66be91aeba440a6b2ae7bc84731f1 (patch)
treeadc3e791cb2ceff89f1e73bfdfbbb782286f9a8d /changelog.d
parentSupport trying multiple localparts for OpenID Connect. (#8801) (diff)
downloadsynapse-968939bdacc66be91aeba440a6b2ae7bc84731f1.tar.xz
Add additional type hints to HTTP client. (#8812)
This also removes some duplicated code between the simple
HTTP client and matrix federation client.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8806.misc2
-rw-r--r--changelog.d/8812.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/8806.misc b/changelog.d/8806.misc
index 52457deb5e..ee144846a5 100644
--- a/changelog.d/8806.misc
+++ b/changelog.d/8806.misc
@@ -1 +1 @@
-Add type hints to matrix federation client and agent.
+Add type hints to HTTP abstractions.
diff --git a/changelog.d/8812.misc b/changelog.d/8812.misc
new file mode 100644
index 0000000000..ee144846a5
--- /dev/null
+++ b/changelog.d/8812.misc
@@ -0,0 +1 @@
+Add type hints to HTTP abstractions.