summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-12-15 12:00:50 -0500
committerGitHub <noreply@github.com>2021-12-15 17:00:50 +0000
commitf901f8b70eef7c1ac62b68587c0d6cd2e1e0febe (patch)
treef89b42ab0dd7f57e51c81c9d36ddebcee4bc396b /changelog.d
parentConvert EventStreamResult to attrs. (#11574) (diff)
downloadsynapse-f901f8b70eef7c1ac62b68587c0d6cd2e1e0febe.tar.xz
Require Collections as the parameters for simple_* methods. (#11580)
Instead of Iterable since the generators are not allowed due
to the potential for their re-use.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11580.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11580.misc b/changelog.d/11580.misc
new file mode 100644
index 0000000000..2c48e22de0
--- /dev/null
+++ b/changelog.d/11580.misc
@@ -0,0 +1 @@
+Add some safety checks that storage functions are used correctly.