summary refs log tree commit diff
path: root/changelog.d/8684.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.23.0rc1Erik Johnston2020-11-131-1/+0
|
* Fix cache call signature to accept `on_invalidate`. (#8684)Erik Johnston2020-10-291-0/+1
Cached functions accept an `on_invalidate` function, which we failed to add to the type signature. It's rarely used in the files that we have typed, which is why we haven't noticed it before.