summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-04-14 19:04:49 +0100
committerGitHub <noreply@github.com>2023-04-14 18:04:49 +0000
commit8a47d6e3a685bd45237b7dae9c138209df509f64 (patch)
tree976ca29fd809e11be0c909f46059b9006cfc2fc5 /changelog.d
parentDisable directory listing for `StaticResource` (#15438) (diff)
downloadsynapse-8a47d6e3a685bd45237b7dae9c138209df509f64.tar.xz
More precise type for LoggingTransaction.execute (#15432)
* More precise type for LoggingTransaction.execute
* Add an annotation for stream_ordering_month_ago

This would have spotted the error that was fixed in "Add comma missing from #15382. (#15429)"
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15432.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15432.misc b/changelog.d/15432.misc
new file mode 100644
index 0000000000..93ceaeafc9
--- /dev/null
+++ b/changelog.d/15432.misc
@@ -0,0 +1 @@
+Improve type hints.