diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index aff5236adf7..2d95149d7c1 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -15,6 +15,9 @@ API Changes * GITHUB#13957: Removed LeafSimScorer class, to save its overhead. Scorers now compute scores directly from a SimScorer, postings and norms. (Adrien Grand) +* GITHUB#13998: Add IndexInput::isLoaded to determine if the contents of an + input is resident in physical memory. (Chris Hegarty) + New Features --------------------- (No changes)