summary refs log tree commit diff
path: root/changelog.d/14604.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better return type for `get_all_entities_changed` (#14604)Erik Johnston2022-12-051-0/+1
Help callers from using the return value incorrectly by ensuring that callers explicitly check if there was a cache hit or not.