You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by is...@apache.org on 2017/04/17 22:00:23 UTC

lucene-solr:master: SOLR-10447, SOLR-8589: Adding Yago Riveiro to changelog

Repository: lucene-solr
Updated Branches:
  refs/heads/master 201ebbc50 -> d286864d8


SOLR-10447, SOLR-8589: Adding Yago Riveiro to changelog


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/d286864d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d286864d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d286864d

Branch: refs/heads/master
Commit: d286864d801bc3ba2c51714a41d58632e7da1200
Parents: 201ebbc
Author: Ishan Chattopadhyaya <is...@apache.org>
Authored: Tue Apr 18 03:29:45 2017 +0530
Committer: Ishan Chattopadhyaya <is...@apache.org>
Committed: Tue Apr 18 03:30:13 2017 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d286864d/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 90f29f6..f2c1c8a 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, Mark Miller, Steve Molloy, Shawn Heisey, Mike Drob, janhoy)
+  (Yago Riveiro, 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.