LUCENE-6948: Move CHANGES entry to 5.4.1.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1724062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2016-01-11 15:26:30 +00:00
parent 02490abcb6
commit 6d7e64311d
1 changed files with 4 additions and 4 deletions

View File

@ -179,10 +179,6 @@ Bug Fixes
stop words following a span can unduly make the fragment way too long.
(Elmer Garduno, Lukhnos Liu via David Smiley)
* LUCENE-6948: Fix ArrayIndexOutOfBoundsException in PagedBytes$Reader.fill
by removing an unnecessary long-to-int cast.
(Michael Lawley via Christine Poerschke)
Other
* LUCENE-6924: Upgrade randomizedtesting to 2.3.2. (Dawid Weiss)
@ -245,6 +241,10 @@ Bug Fixes
hide the true docvalues update generation or other properties.
(Ishan Chattopadhyaya via Robert Muir)
* LUCENE-6948: Fix ArrayIndexOutOfBoundsException in PagedBytes$Reader.fill
by removing an unnecessary long-to-int cast.
(Michael Lawley via Christine Poerschke)
======================= Lucene 5.4.0 =======================
New Features