summary refs log tree commit diff
path: root/changelog.d/11580.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-051-1/+0
|
* Require Collections as the parameters for simple_* methods. (#11580)Patrick Cloke2021-12-151-0/+1
Instead of Iterable since the generators are not allowed due to the potential for their re-use.