summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-08-27 12:07:13 -0400
committerGitHub <noreply@github.com>2020-08-27 12:07:13 -0400
commitc9fa696ea2ad5bc32430aeb1bc555df537a71a59 (patch)
tree750186b5fe88c21e5d501b47f704fcd711a47198 /changelog.d
parentFix missing _add_persisted_position (#8179) (diff)
downloadsynapse-c9fa696ea2ad5bc32430aeb1bc555df537a71a59.tar.xz
simple_search_list_txn should return None, not 0. (#8187)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8187.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8187.misc b/changelog.d/8187.misc
new file mode 100644
index 0000000000..cb557122aa
--- /dev/null
+++ b/changelog.d/8187.misc
@@ -0,0 +1 @@
+Add type hints to `synapse.storage.database`.