diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6bbfa6c61e49..ae935a7ac0a7 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -83,6 +83,8 @@ Optimizations * GITHUB#12339: Optimize part of duplicate calculation numDeletesToMerge in merge phase (fudongying) +* GITHUB#12334: Honor after value for skipping documents even if queue is not full for PagingFieldCollector (Chaitanya Gohel) + Bug Fixes ---------------------