diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index b2e96bfbb06..8eff18dfaf8 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -153,9 +153,6 @@ Other * LUCENE-10376: Roll up the loop in VInt/VLong in DataInput. (Guo Feng) -* LUCENE-10283: The minimum required Java version was bumped from 11 to 17. - (Adrien Grand, Uwe Schindler, Dawid Weiss, Robert Muir) - * LUCENE-10253: The @BadApple annotation has been removed from the test framework. (Adrien Grand) @@ -178,6 +175,9 @@ Other * GITHUB#13001: Put Thread#sleep() on the list of forbidden APIs. (Shubham Chaudhary) +* GITHUB#12753: Bump minimum required Java version to 21 + (Chris Hegarty, Robert Muir, Uwe Schindler) + ======================== Lucene 9.11.0 ======================= API Changes