summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-02-08 14:52:37 -0500
committerGitHub <noreply@github.com>2023-02-08 19:52:37 +0000
commit4eed7b2ede2a40aa4ac59eb21d2e13dfffbb6d53 (patch)
treeb3199bd270c76921293cfa80131f15604438d657 /changelog.d
parentLimit concurrent event creation for a room to avoid state resolution when sen... (diff)
downloadsynapse-4eed7b2ede2a40aa4ac59eb21d2e13dfffbb6d53.tar.xz
Add missing type hints to tests. (#15027)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15027.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15027.misc b/changelog.d/15027.misc
new file mode 100644
index 0000000000..93ceaeafc9
--- /dev/null
+++ b/changelog.d/15027.misc
@@ -0,0 +1 @@
+Improve type hints.