From 0c7194f68054170ff5df56e859b35f9dfdcda00a Mon Sep 17 00:00:00 2001 From: jimczi Date: Mon, 19 Aug 2019 11:38:31 +0200 Subject: [PATCH] LUCENE-8769: update CHANGES.txt after the backport to 8x --- lucene/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 20fbd2fd84a..bdc49e125fd 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -45,8 +45,6 @@ Improvements docs on equal scores. Also, remove the ability of TopDocs.merge to set shard indices (Atri Sharma, Adrien Grand, Simon Willnauer) -* LUCENE-8769: Introduce Range Query For Multiple Connected Ranges (Atri Sharma) - * LUCENE-8937: Avoid agressive stemming on numbers in the FrenchMinimalStemmer. (Adrien Gallou via Tomoko Uchida) @@ -77,6 +75,8 @@ New Features and a simple way to find which subqueries have matched on a given document (Alan Woodward, Jim Ferenczi) +* LUCENE-8769: Introduce Range Query For Multiple Connected Ranges (Atri Sharma) + Improvements * LUCENE-8874: Show SPI names instead of class names in Luke Analysis tab. (Tomoko Uchida)