summary refs log tree commit diff
path: root/changelog.d/8812.misc
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/8812.misc
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/8812.misc')
-rw-r--r--changelog.d/8812.misc1
1 files changed, 1 insertions, 0 deletions
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.