From d343d5661cba103a79708d3b9cc57d00822754b1 Mon Sep 17 00:00:00 2001 From: Jeho Jeong Date: Wed, 15 Jul 2026 02:13:29 +0900 Subject: [PATCH] Move the GITHUB#16367 CHANGES entry to the 10.6.0 section --- lucene/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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