diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index fb06f8bd119..30ab3fc8c5d 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -90,8 +90,8 @@ Bug Fixes (No changes) Other ---------------------- -(No changes) + +* LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - Part 2 (Koen De Groote) Build @@ -225,8 +225,6 @@ Other * LUCENE-8999: LuceneTestCase.expectThrows now propogates assert/assumption failures up to the test w/o wrapping in a new assertion failure unless the caller has explicitly expected them (hossman) -* LUCENE-8979: Code Cleanup: Use entryset for map iteration wherever possible. - Part 2 (Koen De Groote) - ======================= Lucene 8.2.0 ======================= API Changes