summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-09-15 09:54:13 -0400
committerGitHub <noreply@github.com>2021-09-15 09:54:13 -0400
commit3eba047d388fd0d798229a0779f343dbda8a2887 (patch)
tree991e2bdf96eec08a830ae5542f3368f656c0781a /changelog.d
parentAdd missing type hints to non-client REST servlets. (#10817) (diff)
downloadsynapse-3eba047d388fd0d798229a0779f343dbda8a2887.tar.xz
Add type hints to state database module. (#10823)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10823.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10823.misc b/changelog.d/10823.misc
new file mode 100644
index 0000000000..0532969900
--- /dev/null
+++ b/changelog.d/10823.misc
@@ -0,0 +1 @@
+Add type hints to the state database.