diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 506b6fc77d0..578bef19fc4 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -55,6 +55,9 @@ Upgrade Notes New Features ---------------------- +* SOLR-11670: Implement a periodic house-keeping task. This uses a scheduled autoscaling trigger and + currently performs cleanup of old inactive shards. (ab, shalin) + Bug Fixes ---------------------- @@ -248,9 +251,6 @@ New Features * SOLR-11960: Add collection level properties similar to cluster properties (Peter Rusko, Tomás Fernández Löbbe) -* SOLR-11670: Implement a periodic house-keeping task. This uses a scheduled autoscaling trigger and - currently performs cleanup of old inactive shards. (ab, shalin) - * SOLR-12077: Add support for autoAddReplicas in the collection creation dialog in Admin UI. (shalin) * SOLR-9510: introducing {!filters param=$fq excludeTags=f} query parser.