diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 80e4820ff25..03f52515880 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -167,8 +167,6 @@ Improvements * SOLR-17390: EmbeddedSolrServer now considers the ResponseParser (David Smiley) -* SOLR-17504: CoreContainer calls UpdateHandler.commit when closing a read-only core (Bruno Roustant) - Optimizations --------------------- * SOLR-14985: Solrj CloudSolrClient with Solr URLs had serious performance regressions (since the @@ -241,6 +239,8 @@ led to the suppression of exceptions. (Andrey Bozhko) * SOLR-17545: Upgrade to Gradle 8.10 (Houston Putman) +* SOLR-17504: CoreContainer calls UpdateHandler.commit when closing a read-only core (Bruno Roustant) + ================== 9.7.1 ================== Bug Fixes ---------------------