diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8edd0bdba5e..ebbbc7698ed 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -26,10 +26,6 @@ Optimizations Bug Fixes -* LUCENE-7914: Add a maximum recursion level in automaton recursive - functions (Operations.isFinite and Operations.topsortState) to prevent - large automaton to overflow the stack (Robert Muir, Adrien Grand, Jim Ferenczi) - * LUCENE-7916: Prevent ArrayIndexOutOfBoundsException if ICUTokenizer is used with a different ICU JAR version than it is compiled against. Note, this is not recommended, lucene-analyzers-icu contains binary data structures @@ -151,6 +147,10 @@ Bug Fixes * LUCENE-7871: fix false positive match in BlockJoinSelector when children have no value, introducing wrap methods accepting children as DISI. Extracting ToParentDocValues (Mikhail Khludnev) +* LUCENE-7914: Add a maximum recursion level in automaton recursive + functions (Operations.isFinite and Operations.topsortState) to prevent + large automaton to overflow the stack (Robert Muir, Adrien Grand, Jim Ferenczi) + Improvements * LUCENE-7489: Better storage of sparse doc-values fields with the default