From b5f5bb10aca8b6fd7cf4445ca1e2adee9c7a2ad4 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Mon, 12 Sep 2016 06:44:49 +0530 Subject: [PATCH] SOLR-9319: Move to the right section in CHANGES.txt (cherry picked from commit 1a78ab6) --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 3d4fd8445cb..849d1b948bb 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -51,6 +51,8 @@ New Features * SOLR-9469: JettySolrRunner now has the option of restarting using a different port (Alan Woodward) +* SOLR-9319: DELETEREPLICA can accept a 'count' and remove appropriate replicas (Nitin Sharma, noble) + Bug Fixes ---------------------- @@ -76,8 +78,6 @@ Bug Fixes * SOLR-9461: DELETENODE, REPLACENODE should pass down the 'async' param to subcommands (shalin, noble) -* SOLR-9319: DELETEREPLICA can accept a 'count' and remove appropriate replicas (Nitin Sharma, noble ) - * SOLR-9444: Fix path usage for cloud backup/restore. (Hrishikesh Gadre, Uwe Schindler, Varun Thacker) * SOLR-9381: Snitch for freedisk uses '/' instead of 'coreRootDirectory' (Tim Owen, noble)