mirror of https://github.com/apache/lucene.git
Adding version 6.4.0
This commit is contained in:
parent
66c90a9683
commit
72bdbd234e
|
@ -54,6 +54,9 @@ Other
|
|||
|
||||
* LUCENE-7360: Remove Explanation.toHtml() (Alan Woodward)
|
||||
|
||||
======================= Lucene 6.4.0 =======================
|
||||
(No Changes)
|
||||
|
||||
======================= Lucene 6.3.0 =======================
|
||||
|
||||
API Changes
|
||||
|
|
|
@ -73,6 +73,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_6_3_0 = new Version(6, 3, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 6.4.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_6_4_0 = new Version(6, 4, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.0.0 release.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue