From fb0f1776a5990d30309023adb7b6d3e28eedd1c5 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Tue, 11 Jun 2019 10:22:05 +0200 Subject: [PATCH] LUCENE-8843: Add CHANGES entry. --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 369340ccb00..148cf4b31d2 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -71,6 +71,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