summary refs log tree commit diff
path: root/changelog.d/14922.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.77.0rc1David Robertson2023-02-071-1/+0
|
* 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].