diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 3618141cd5f..96321b033e5 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -21,11 +21,6 @@ Optimizations * LUCENE-7097: IntroSorter now recurses to 2 * log_2(count) quicksort stack depth before switching to heapsort (Adrien Grand, Mike McCandless) -Other - -* LUCENE-7087: Let MemoryIndex#fromDocument(...) accept 'Iterable' - as document instead of 'Document'. (Martijn van Groningen) - ======================= Lucene 6.0.0 ======================= System Requirements @@ -198,6 +193,9 @@ Other * LUCENE-7035: Upgrade icu4j to 56.1/unicode 8. (Robert Muir) +* LUCENE-7087: Let MemoryIndex#fromDocument(...) accept 'Iterable' + as document instead of 'Document'. (Martijn van Groningen) + ======================= Lucene 5.5.0 ======================= New Features