summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorHarishankar Kumar <31770598+hari01584@users.noreply.github.com>2023-02-14 15:07:08 +0530
committerGitHub <noreply@github.com>2023-02-14 09:37:08 +0000
commitdb2b105d69fa331bb3f050df82266314f61577ea (patch)
tree295e7b4426397cce93518737bfc8096939cff559 /changelog.d
parentAdd check to ensure locked dependencies have source distributions available. ... (diff)
downloadsynapse-db2b105d69fa331bb3f050df82266314f61577ea.tar.xz
Change collection[str] to StrCollection in event_auth code (#14929)
Signed-off-by: Harishankar Kumar <hari01584@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14929.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14929.misc b/changelog.d/14929.misc
new file mode 100644
index 0000000000..2cc3614dfd
--- /dev/null
+++ b/changelog.d/14929.misc
@@ -0,0 +1 @@
+Use `StrCollection` to avoid potential bugs with `Collection[str]`.