mirror of https://github.com/apache/lucene.git
updated changelog to reflect backport to 6.6 branch
This commit is contained in:
parent
0d3c73eaa2
commit
6a82b42b93
|
@ -105,12 +105,7 @@ Other
|
||||||
|
|
||||||
* LUCENE-7800: Remove code that potentially rethrows checked exceptions
|
* LUCENE-7800: Remove code that potentially rethrows checked exceptions
|
||||||
from methods that don't declare them ("sneaky throw" hack). (Robert Muir,
|
from methods that don't declare them ("sneaky throw" hack). (Robert Muir,
|
||||||
Uwe Schindler, Dawid Weiss)
|
Uwe Schindler, Dawid Weiss)
|
||||||
|
|
||||||
Bug Fixes
|
|
||||||
|
|
||||||
* LUCENE-7810: Fix equals() and hashCode() methods of several join queries.
|
|
||||||
(Hossman, Adrien Grand, Martijn van Groningen)
|
|
||||||
|
|
||||||
======================= Lucene 6.6.0 =======================
|
======================= Lucene 6.6.0 =======================
|
||||||
|
|
||||||
|
@ -162,6 +157,9 @@ Bug Fixes
|
||||||
* LUCENE-7847: Fixed all-docs-match optimization of range queries on range
|
* LUCENE-7847: Fixed all-docs-match optimization of range queries on range
|
||||||
fields. (Adrien Grand)
|
fields. (Adrien Grand)
|
||||||
|
|
||||||
|
* LUCENE-7810: Fix equals() and hashCode() methods of several join queries.
|
||||||
|
(Hossman, Adrien Grand, Martijn van Groningen)
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
|
|
||||||
* LUCENE-7782: OfflineSorter now passes the total number of items it
|
* LUCENE-7782: OfflineSorter now passes the total number of items it
|
||||||
|
|
Loading…
Reference in New Issue