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

[2/2] lucene-solr:branch_7x: SOLR-11924: Updates solr/CHANGES.txt for v7.4

SOLR-11924: Updates solr/CHANGES.txt for v7.4


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

Branch: refs/heads/branch_7x
Commit: 367e6d85b4b9e01b68147cb21119bb90a1d1d7a7
Parents: d82a470
Author: Dennis Gove <dp...@gmail.com>
Authored: Tue Apr 17 18:58:42 2018 -0400
Committer: Dennis Gove <dp...@gmail.com>
Committed: Tue Apr 17 19:02:30 2018 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/367e6d85/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e625baa..e93b624 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -74,6 +74,9 @@ New Features
 * SOLR-11913: SolrJ SolrParams now implements Iterable<Map.Entry<String, String[]>> and also has a stream() method
   using it for convenience. (David Smiley, Tapan Vaishnav)
 
+* SOLR-11924: Added the ability to listen to changes in the set of active collections in a cloud
+  in the ZkStateReader, through the CloudCollectionsListener. (Houston Putman, Dennis Gove)
+
 Bug Fixes
 ----------------------