diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-12-15 12:00:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 17:00:50 +0000 |
commit | f901f8b70eef7c1ac62b68587c0d6cd2e1e0febe (patch) | |
tree | f89b42ab0dd7f57e51c81c9d36ddebcee4bc396b /changelog.d | |
parent | Convert EventStreamResult to attrs. (#11574) (diff) | |
download | synapse-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.misc | 1 |
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. |