diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8c0b266fb4b0..e244a3a369f2 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -190,7 +190,8 @@ New Features Improvements --------------------- -(No changes) + +* GITHUB#13092: `static final Map` constants have been made immutable (Dmitry Cherniachenko) Optimizations --------------------- @@ -258,8 +259,6 @@ Improvements Tests are running with random byte order to ensure that the order does not affect correctness of code. Native order was enabled for LZ4 compression. (Uwe Schindler) -* GITHUB#13092: `static final Map` constants have been made immutable (Dmitry Cherniachenko) - Optimizations ---------------------