summary refs log tree commit diff
path: root/changelog.d/9975.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.35.0rc1 v1.35.0rc1Erik Johnston2021-05-251-1/+0
|
* Minor `@cachedList` enhancements (#9975)Richard van der Hoff2021-05-141-0/+1
- use a tuple rather than a list for the iterable that is passed into the wrapped function, for performance - test that we can pass an iterable and that keys are correctly deduped.