summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2020-09-04 12:02:29 +0100
committerGitHub <noreply@github.com>2020-09-04 12:02:29 +0100
commite35129844466ec5f63a744fa2181cd0f8691e49c (patch)
tree0ca2b3601de652d6dce87b6a96bdba34b1ded8e7 /changelog.d
parentStop sub-classing object (#8249) (diff)
downloadsynapse-e35129844466ec5f63a744fa2181cd0f8691e49c.tar.xz
Fix type signature in simple_select_one_onecol and friends (#8241)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8241.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8241.misc b/changelog.d/8241.misc
new file mode 100644
index 0000000000..cb557122aa
--- /dev/null
+++ b/changelog.d/8241.misc
@@ -0,0 +1 @@
+Add type hints to `synapse.storage.database`.