mirror of https://github.com/apache/lucene.git
Add bugfix version 8.4.1
This commit is contained in:
parent
767e97b774
commit
e3f3f3bbef
|
@ -134,6 +134,12 @@ Other
|
|||
* LUCENE-9096: Simplification of CompressingTermVectorsWriter#flushOffsets.
|
||||
(kkewwei via Adrien Grand)
|
||||
|
||||
======================= Lucene 8.4.1 =======================
|
||||
|
||||
Bug Fixes
|
||||
---------------------
|
||||
(No changes)
|
||||
|
||||
======================= Lucene 8.4.0 =======================
|
||||
|
||||
API Changes
|
||||
|
|
|
@ -81,6 +81,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_8_4_0 = new Version(8, 4, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.4.1 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_8_4_1 = new Version(8, 4, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.5.0 release.
|
||||
* @deprecated Use latest
|
||||
|
|
Loading…
Reference in New Issue