Add bugfix version 8.4.1

This commit is contained in:
Ishan Chattopadhyaya 2020-01-14 18:54:32 +05:30
parent 767e97b774
commit e3f3f3bbef
2 changed files with 13 additions and 0 deletions

View File

@ -134,6 +134,12 @@ Other
* LUCENE-9096: Simplification of CompressingTermVectorsWriter#flushOffsets. * LUCENE-9096: Simplification of CompressingTermVectorsWriter#flushOffsets.
(kkewwei via Adrien Grand) (kkewwei via Adrien Grand)
======================= Lucene 8.4.1 =======================
Bug Fixes
---------------------
(No changes)
======================= Lucene 8.4.0 ======================= ======================= Lucene 8.4.0 =======================
API Changes API Changes

View File

@ -81,6 +81,13 @@ public final class Version {
@Deprecated @Deprecated
public static final Version LUCENE_8_4_0 = new Version(8, 4, 0); 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. * Match settings and bugs in Lucene's 8.5.0 release.
* @deprecated Use latest * @deprecated Use latest