From 77ca552cc6b8fdcce19d62f850b4f5d10758abc9 Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Fri, 21 Aug 2020 15:23:56 -0500 Subject: [PATCH] move changes entry to 8.7 --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 21ee82b57a7..640378ecdba 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -44,8 +44,6 @@ Improvements * SOLR-14615: CPU Utilization Based Circuit Breaker (Atri Sharma) -* SOLR-13438: On deleting a collection, its config set will also be deleted iff it has been auto-created, and not used by any other collection (Anderson Dorow) - Other Changes ---------------------- * SOLR-14656: Autoscaling framework removed (Ishan Chattopadhyaya, noble, Ilan Ginzburg) @@ -164,6 +162,8 @@ Improvements * SOLR-14722: Track timeAllowed from earlier in the request lifecycle. (David Smiley) +* SOLR-13438: On deleting a collection, its config set will also be deleted iff it has been auto-created, and not used by any other collection (Anderson Dorow) + Optimizations ---------------------