diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index c3c3fd93e60..920c1890f40 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -175,10 +175,6 @@ Bug Fixes * SOLR-7865: BlendedInfixSuggester was returning too many results (Arcadius Ahouansou via Mike McCandless) -* LUCENE-6950: Fix FieldInfos handling of UninvertingReader, e.g. do not - hide the true docvalues update generation or other properties. - (Ishan Chattopadhyaya via Robert Muir) - * LUCENE-2229: Fix Highlighter's SimpleSpanFragmenter when multiple adjacent stop words following a span can unduly make the fragment way too long. (Elmer Garduno, Lukhnos Liu via David Smiley) @@ -245,6 +241,10 @@ Bug Fixes * LUCENE-6929: Fix SpanNotQuery rewriting to not drop the pre/post parameters. (Tim Allison via Adrien Grand) +* LUCENE-6950: Fix FieldInfos handling of UninvertingReader, e.g. do not + hide the true docvalues update generation or other properties. + (Ishan Chattopadhyaya via Robert Muir) + ======================= Lucene 5.4.0 ======================= New Features