summary refs log tree commit diff
path: root/changelog.d/14435.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.74.0rc1Sean Quah2022-12-131-1/+0
|
* Compare to the earliest known stream pos in the stream change cache. (#14435)Patrick Cloke2022-12-051-0/+1
The internal methods of the StreamChangeCache were inconsistently treating the earliest known stream position as valid. It is now treated as invalid, meaning the cache cannot determine if an entity at the earliest known stream position has changed or not.