LUCENE-9686: Add changes entry.

This commit is contained in:
Dawid Weiss 2021-02-02 09:09:54 +01:00
parent 3835cb4e95
commit 2da7a4a86d
1 changed files with 3 additions and 0 deletions

View File

@ -185,6 +185,9 @@ Improvements
Bug fixes
* LUCENE-9686: Fix read past EOF handling in DirectIODirectory. (Zach Chen,
Julie Tibshirani)
* LUCENE-8663: NRTCachingDirectory.slowFileExists may open a file while
it's inaccessible. (Dawid Weiss)