summary refs log tree commit diff
path: root/changelog.d/14922.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use StrCollection in place of Collection[str] in (most) handlers code. (#14922)Patrick Cloke2023-01-261-0/+1
Due to the increased safety of StrCollection over Collection[str] and Sequence[str].