diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 3da194beb6c..cb830ce9a6d 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -86,8 +86,6 @@ Bug Fixes * SOLR-11555: If the query terms reduce to nothing, filter(clause) produces an NPE whereas fq=clause does not (Erick Erickson) -* SOLR-11771: Overseer can never process some last messages (Cao Manh Dat) - Optimizations ---------------------- @@ -122,6 +120,13 @@ Other Changes * SOLR-11801: Support customisation of the "highlighting" query response element. (Ramsey Haddad, Pranav Murugappan, David Smiley, Christine Poerschke) +================== 7.2.1 ================== + +Bug Fixes +---------------------- + +* SOLR-11771: Overseer can never process some last messages (Cao Manh Dat) + ================== 7.2.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.