From 46f9a25216ad2e88898e98e458dafae86adba4db Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Wed, 2 Mar 2022 09:22:36 +0100 Subject: [PATCH] LUCENE-10237: Move CHANGES entry to 9.1. --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index d0d3c14d7f8..a75c2539e5d 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -41,9 +41,6 @@ Bug Fixes Other --------------------- -* LUCENE-10237: Add MergeOnFlushMergePolicy to sandbox. - (Michael Froh, Anand Kotriwal) - * LUCENE-10283: The minimum required Java version was bumped from 11 to 17. (Adrien Grand, Uwe Schindler, Dawid Weiss, Robert Muir) @@ -171,6 +168,9 @@ New Features * LUCENE-10382: Add support for filtering in KnnVectorQuery. This allows for finding the nearest k documents that also match a query. (Julie Tibshirani, Joel Bernstein) +* LUCENE-10237: Add MergeOnFlushMergePolicy to sandbox. + (Michael Froh, Anand Kotriwal) + Improvements ---------------------