summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-10-19 10:29:03 -0400
committerGitHub <noreply@github.com>2021-10-19 14:29:03 +0000
commit0dd0c40329cf620590b781b13d5b79332581fea7 (patch)
treebed05a4f4ade07d0519d735cdfad9c570814d90a /changelog.d
parentFix instances of [example]{.title-ref} in the upgrade notes (#11118) (diff)
downloadsynapse-0dd0c40329cf620590b781b13d5b79332581fea7.tar.xz
Add missing type hints to event fetching. (#11121)
Updates the event rows returned from the database to be
attrs classes instead of dictionaries.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11121.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11121.misc b/changelog.d/11121.misc
new file mode 100644
index 0000000000..916beeaacb
--- /dev/null
+++ b/changelog.d/11121.misc
@@ -0,0 +1 @@
+Add type hints for event fetching.