diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 6a1e1267895..e1f1a26d7d6 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -145,9 +145,6 @@ Other Changes * SOLR-8132: HDFSDirectoryFactory now defaults to using the global block cache. (Mark Miller) -* SOLR-8114: in Grouping.java rename groupSort and sort to withinGroupSort and groupSort - (Christine Poerschke) - * SOLR-8261: Change SchemaSimilarityFactory default to BM25Similarity (hossman) * SOLR-8259: Remove deprecated JettySolrRunner.getDispatchFilter() @@ -488,6 +485,9 @@ Other Changes * SOLR-8116: SearchGroupsResultTransformer tweaks (String literals, list/map initialCapacity) (Christine Poerschke) +* SOLR-8114: in Grouping.java rename groupSort and sort to withinGroupSort and groupSort + (Christine Poerschke) + * SOLR-8074: LoadAdminUIServlet directly references admin.html (Mark Miller, Upayavira) * SOLR-8195: IndexFetcher download trace now includes bytes-downloaded[-per-second]