LUCENE-2229: Move CHANGES entry to 5.4.1.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1724095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2016-01-11 17:36:54 +00:00
parent ced80872e2
commit 439c29ae28
1 changed files with 4 additions and 6 deletions

View File

@ -170,12 +170,6 @@ Optimizations
* LUCENE-6940: MUST_NOT clauses execute faster, especially when they are sparse.
(Adrien Grand)
Bug Fixes
* 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)
Other
* LUCENE-6924: Upgrade randomizedtesting to 2.3.2. (Dawid Weiss)
@ -248,6 +242,10 @@ Bug Fixes
* LUCENE-6970: Fixed off-by-one error in Lucene54DocValuesProducer that could
potentially corrupt doc values. (Adrien Grand)
* 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)
======================= Lucene 5.4.0 =======================
New Features