From 155876a9022abc78c29b2930fcee4ea1fedad054 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Fri, 16 Sep 2022 16:59:12 +0200 Subject: [PATCH] LUCENE-10674: Move changes entry to 9.4. --- lucene/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 7b2e50dcbcf..a9178b0e83e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -99,8 +99,6 @@ Bug Fixes trying to apply a dictionary whose size is greater than the maximum supported window size for LZ4. (Adrien Grand) -* LUCENE-10674: Ensure BitSetConjDISI returns NO_MORE_DOCS when sub-iterator exhausts. (Jack Mazanec) - Other --------------------- * LUCENE-10423: Remove usages of System.currentTimeMillis() from tests. (Marios Trivyzas) @@ -161,6 +159,8 @@ Bug Fixes * LUCENE-10665, GITHUB#11701: Fix classloading deadlock in analysis factories / AnalysisSPILoader initialization. (Uwe Schindler) +* LUCENE-10674: Ensure BitSetConjDISI returns NO_MORE_DOCS when sub-iterator exhausts. (Jack Mazanec) + Build ---------------------