LUCENE-6918: Move CHANGES entry to 5.4.1.

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

View File

@ -172,9 +172,6 @@ Optimizations
Bug Fixes
* LUCENE-6918: LRUQueryCache.onDocIdSetEviction is only called when at least
one DocIdSet is being evicted. (Adrien Grand)
* LUCENE-6910: fix 'if ... > Integer.MAX_VALUE' check in
(Binary|Numeric)DocValuesFieldUpdates.merge
(https://scan.coverity.com/projects/5620 CID 119973 and CID 120081)
@ -245,6 +242,9 @@ Bug Fixes
* LUCENE-6946: SortField.equals now takes the missingValue parameter into
account. (Adrien Grand)
* LUCENE-6918: LRUQueryCache.onDocIdSetEviction is only called when at least
one DocIdSet is being evicted. (Adrien Grand)
======================= Lucene 5.4.0 =======================
New Features