diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index e8816607773..c03e75ee37a 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -14,6 +14,8 @@ API Changes * GITHUB#14160: Adjusts the default HNSW search behavior so that filter optimized search is enabled when 60% or less of vectors pass the pre-filter. (Ben Chaplin, Ben Trent) +* GITHUB#14284: Remove IOException from DocIdSet#iterator signature (Luca Cavanna) + New Features --------------------- * GITHUB#14097: Binary partitioning merge policy over float-valued vector field. (Mike Sokolov)