diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 4964b3ae7ae7..979f742b3082 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -187,10 +187,6 @@ Optimizations Bug Fixes --------------------- -* GITHUB#16367: HNSW graph construction now periodically checks whether the surrounding merge has - been aborted, so IndexWriter#rollback and abortMerges no longer block until the entire graph is - built. (Jeho Jeong) - * GITHUB#14049: Randomize KNN codec params in RandomCodec. Fixes scalar quantization div-by-zero when all values are identical. (Mike Sokolov) @@ -390,6 +386,10 @@ Bug Fixes * GITHUB#16389: Fix double-counting of the underlying Automaton in AutomatonQuery#ramBytesUsed. (Sasilekha R) +* GITHUB#16367: HNSW graph construction now periodically checks whether the surrounding merge has + been aborted, so IndexWriter#rollback and abortMerges no longer block until the entire graph is + built. (Jeho Jeong) + Other --------------------- * GITHUB#16266: Remove deprecated search(Query, Collector) calls in QueryUtils by replacing