From 201ebbc5049e5c389ed0a79f6621cd057ed624ea Mon Sep 17 00:00:00 2001 From: Ishan Chattopadhyaya Date: Tue, 18 Apr 2017 03:12:41 +0530 Subject: [PATCH] SOLR-10447, SOLR-4968, SOLR-8589: Adding contributors to CHANGES.txt --- solr/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 8ba8fc5bdfa..90f29f652a4 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -159,7 +159,7 @@ New Features * SOLR-9936: Allow configuration for recoveryExecutor thread pool size. (Tim Owen via Mark Miller) * SOLR-10447: Collections API now supports a LISTALIASES command to return a list of all collection aliases. - (Ishan Chattopadhyaya) + (Ishan Chattopadhyaya, Mark Miller, Steve Molloy, Shawn Heisey, Mike Drob, janhoy) * SOLR-10446: CloudSolrClient can now be initialized using the base URL of a Solr instance instead of ZooKeeper hosts. This is possible through the use of newly introduced HttpClusterStateProvider.