diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index d7c3e846612..1942627f38a 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -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