SOLR-10447, SOLR-4968, SOLR-8589: Adding contributors to CHANGES.txt

This commit is contained in:
Ishan Chattopadhyaya 2017-04-18 03:12:41 +05:30
parent fd4125ea41
commit 201ebbc504
1 changed files with 1 additions and 1 deletions

View File

@ -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.