LUCENE-7676: move CHANGES.txt entry from 6.5.0 to (newly created) 6.4.2 section.

This commit is contained in:
Christine Poerschke 2017-02-22 17:48:07 +00:00
parent 18a2509ae3
commit b9b699fbeb
1 changed files with 7 additions and 3 deletions

View File

@ -131,9 +131,6 @@ Bug Fixes
* LUCENE-7630: Fix (Edge)NGramTokenFilter to no longer drop payloads
and preserve all attributes. (Nathan Gass via Uwe Schindler)
* LUCENE-7676: Fixed FilterCodecReader to override more super-class methods.
Also added TestFilterCodecReader class. (Christine Poerschke)
* LUCENE-7679: MemoryIndex was ignoring omitNorms settings on passed-in
IndexableFields. (Alan Woodward)
@ -225,6 +222,13 @@ Other
* LUCENE-7658: queryparser/xml CoreParser now implements SpanQueryBuilder interface.
(Daniel Collins, Christine Poerschke)
======================= Lucene 6.4.2 =======================
Bug Fixes
* LUCENE-7676: Fixed FilterCodecReader to override more super-class methods.
Also added TestFilterCodecReader class. (Christine Poerschke)
======================= Lucene 6.4.1 =======================
Build