LUCENE-8843: Add CHANGES entry.

This commit is contained in:
Adrien Grand 2019-06-11 10:22:05 +02:00
parent d7897e4b1d
commit 1ed253460f
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ Bug Fixes
* LUCENE-8828: Removes the buggy 'disallow overlaps' boolean from Intervals.unordered(),
and replaces it with a new Intervals.unorderedNoOverlaps() method (Alan Woodward)
* LUCENE-8843: Don't ignore exceptions that are thrown when trying to open a
file in IOUtils#fsync. (Jason Tedor via Adrien Grand)
Improvements
* LUCENE-7840: Non-scoring BooleanQuery now removes SHOULD clauses before building the scorer supplier