summary refs log tree commit diff
path: root/changelog.d/14639.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check the stream position before checking if the cache is empty. (#14639)Patrick Cloke2022-12-081-0/+1
An empty cache does not mean the entity has no changed, if it is earlier than the earliest known stream position return that the entity *has* changed since the cache cannot accurately answer that query.