summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-20 07:59:18 -0500
committerGitHub <noreply@github.com>2021-01-20 07:59:18 -0500
commit620ecf13b0a33b660f85d0ac5b0c713b45fe1368 (patch)
tree19494a62fb06f7bf3966f2ebe48524995b4eeee6 /changelog.d
parentdocs: Add link to Matrix VoIP tester for turn-howto (#9135) (diff)
downloadsynapse-620ecf13b0a33b660f85d0ac5b0c713b45fe1368.tar.xz
Various improvements to the federation client. (#9129)
* Type hints for `FederationClient`.
* Using `async` functions instead of returning `Awaitable` instances.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9129.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9129.misc b/changelog.d/9129.misc
new file mode 100644
index 0000000000..7800be3e7e
--- /dev/null
+++ b/changelog.d/9129.misc
@@ -0,0 +1 @@
+Various improvements to the federation client.