diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8432ad2286a..d4aa36a7881 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -178,8 +178,6 @@ Other * GITHUB#13001: Put Thread#sleep() on the list of forbidden APIs. (Shubham Chaudhary) -* GITHUB#13077: Add public getter for SynonymQuery#field (Andrey Bozhko) - ======================== Lucene 9.11.0 ======================= API Changes @@ -217,6 +215,8 @@ Other * GITHUB#13068: Replace numerous `brToString(BytesRef)` copies with a `ToStringUtils` method (Dmitry Cherniachenko) +* GITHUB#13077: Add public getter for SynonymQuery#field (Andrey Bozhko) + ======================== Lucene 9.10.0 ======================= API Changes