LUCENE-6946: Move CHANGES entry.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1724036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2016-01-11 14:29:14 +00:00
parent 4fe47d1934
commit 37952e62ab
1 changed files with 7 additions and 3 deletions

View File

@ -186,9 +186,6 @@ Bug Fixes
* SOLR-7865: BlendedInfixSuggester was returning too many results
(Arcadius Ahouansou via Mike McCandless)
* LUCENE-6946: SortField.equals now takes the missingValue parameter into
account. (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)
@ -241,6 +238,13 @@ Other
with better compile-time-checked MethodType; generated class files
are no longer marked as synthetic. (Uwe Schindler)
======================= Lucene 5.4.1 =======================
Bug Fixes
* LUCENE-6946: SortField.equals now takes the missingValue parameter into
account. (Adrien Grand)
======================= Lucene 5.4.0 =======================
New Features