summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-04-23 12:02:16 -0400
committerGitHub <noreply@github.com>2021-04-23 12:02:16 -0400
commite83627926fb5373b383129b99a5039e8a2e329af (patch)
treec31b106b4297fdb13755dca06870816094145540 /changelog.d
parentMake DomainSpecificString an attrs class (#9875) (diff)
downloadsynapse-e83627926fb5373b383129b99a5039e8a2e329af.tar.xz
Add type hints to auth and auth_blocking. (#9876)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9876.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9876.misc b/changelog.d/9876.misc
new file mode 100644
index 0000000000..28390e32e6
--- /dev/null
+++ b/changelog.d/9876.misc
@@ -0,0 +1 @@
+Add type hints to `synapse.api.auth` and `synapse.api.auth_blocking` modules.