LUCENE-9617: move CHANGES.txt entry to right place (9.0 -> 8.8.0)

This commit is contained in:
Mike McCandless 2020-12-18 16:45:11 -05:00
parent 8e162e2670
commit d905a7ba8e
1 changed files with 3 additions and 3 deletions

View File

@ -189,9 +189,6 @@ Bug fixes
* LUCENE-9365: FuzzyQuery was missing matches when prefix length was equal to the term length * LUCENE-9365: FuzzyQuery was missing matches when prefix length was equal to the term length
(Mark Harwood, Mike Drob) (Mark Harwood, Mike Drob)
* LUCENE-9617: Fix per-field memory leak in IndexWriter.deleteAll(). Reset next available internal
field number to 0 on FieldInfos.clear(), to avoid wasting FieldInfo references. (Michael Froh)
Other Other
* LUCENE-9631: Properly override slice() on subclasses of OffsetRange. (Dawid Weiss) * LUCENE-9631: Properly override slice() on subclasses of OffsetRange. (Dawid Weiss)
@ -284,6 +281,9 @@ Bug Fixes
* LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup. * LUCENE-9635: BM25FQuery - Mask encoded norm long value in array lookup.
(Yilun Cui) (Yilun Cui)
* LUCENE-9617: Fix per-field memory leak in IndexWriter.deleteAll(). Reset next available internal
field number to 0 on FieldInfos.clear(), to avoid wasting FieldInfo references. (Michael Froh)
Other Other
--------------------- ---------------------