mirror of https://github.com/apache/lucene.git
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:
parent
02490abcb6
commit
6d7e64311d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue