summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-12-09 11:15:46 -0500
committerGitHub <noreply@github.com>2021-12-09 16:15:46 +0000
commit0cc3bf97b4399234cf20f52ae4c09d03661225ff (patch)
treebdaed7ffc6750e25962a30242ac1c30b0883257e /changelog.d
parentUse HTTPStatus constants in place of literals in `synapse.http` (#11543) (diff)
downloadsynapse-0cc3bf97b4399234cf20f52ae4c09d03661225ff.tar.xz
Additional type hints for the config module, part 2. (#11480)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11480.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11480.misc b/changelog.d/11480.misc
new file mode 100644
index 0000000000..aadc938b2b
--- /dev/null
+++ b/changelog.d/11480.misc
@@ -0,0 +1 @@
+Add missing type hints to `synapse.config` module.