From 444d8166223f50888bb93d2f7b6e3ab92c28382d Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Wed, 14 Feb 2024 11:32:55 +0100 Subject: [PATCH] Moved changes entry to 9.11 #13092 --- lucene/CHANGES.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 ---------------------