mirror of
https://github.com/apache/lucene.git
synced 2025-03-02 14:29:23 +00:00
LUCENE-8735: fix changes entry after backport
This commit is contained in:
parent
04afdb6442
commit
8d7619f4e6
@ -7,10 +7,6 @@ http://s.apache.org/luceneversions
|
|||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
|
|
||||||
* LUCENE-8735: Directory.getPendingDeletions is now abstract to ensure
|
|
||||||
subclasses override it. FilterDirectory now delegates the call, ensuring
|
|
||||||
correct default behaviour for subclasses. (Henning Andersen)
|
|
||||||
|
|
||||||
* LUCENE-8474: RAMDirectory and associated deprecated classes have been
|
* LUCENE-8474: RAMDirectory and associated deprecated classes have been
|
||||||
removed. (Dawid Weiss)
|
removed. (Dawid Weiss)
|
||||||
|
|
||||||
@ -34,6 +30,10 @@ API Changes
|
|||||||
been deprecated. (Alan Woodward, Simon Willnauer, David Smiley, Luca
|
been deprecated. (Alan Woodward, Simon Willnauer, David Smiley, Luca
|
||||||
Cavanna)
|
Cavanna)
|
||||||
|
|
||||||
|
* LUCENE-8735: Directory.getPendingDeletions is now abstract to ensure
|
||||||
|
subclasses override it. FilterDirectory now delegates the call, ensuring
|
||||||
|
correct default behaviour for subclasses. (Henning Andersen)
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
|
|
||||||
* LUCENE-8712: Polygon2D does not detect crossings through segment edges.
|
* LUCENE-8712: Polygon2D does not detect crossings through segment edges.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user