mirror of https://github.com/apache/lucene.git
Add bugfix version 8.8.1
This commit is contained in:
parent
b37e165a2a
commit
bb607bf3fd
|
@ -311,6 +311,12 @@ Other
|
||||||
---------------------
|
---------------------
|
||||||
(No changes)
|
(No changes)
|
||||||
|
|
||||||
|
======================= Lucene 8.8.1 =======================
|
||||||
|
|
||||||
|
Bug Fixes
|
||||||
|
---------------------
|
||||||
|
(No changes)
|
||||||
|
|
||||||
======================= Lucene 8.8.0 =======================
|
======================= Lucene 8.8.0 =======================
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
|
@ -147,6 +147,12 @@ public final class Version {
|
||||||
*/
|
*/
|
||||||
@Deprecated public static final Version LUCENE_8_8_0 = new Version(8, 8, 0);
|
@Deprecated public static final Version LUCENE_8_8_0 = new Version(8, 8, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 8.8.1 release.
|
||||||
|
* @deprecated Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated public static final Version LUCENE_8_8_1 = new Version(8, 8, 1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 9.0.0 release.
|
* Match settings and bugs in Lucene's 9.0.0 release.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue