mirror of https://github.com/apache/lucene.git
Add bugfix version 9.11.1
This commit is contained in:
parent
b737c5f707
commit
803a743cd7
|
@ -292,6 +292,12 @@ Other
|
|||
--------------------
|
||||
(No changes)
|
||||
|
||||
======================== Lucene 9.11.1 =======================
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
======================== Lucene 9.11.0 =======================
|
||||
|
||||
API Changes
|
||||
|
|
|
@ -142,9 +142,17 @@ public final class Version {
|
|||
*
|
||||
* @deprecated Use latest
|
||||
* @deprecated (9.12.0) Use latest
|
||||
* @deprecated (9.11.1) Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_11_0 = new Version(9, 11, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.11.1 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_9_11_1 = new Version(9, 11, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.12.0 release.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue