You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2017/12/06 19:44:18 UTC

lucene-solr:branch_7_2: SOLR-11126: Remove wrong change log entry from 7.1 section

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_2 4638e4b89 -> 59df6026a


SOLR-11126: Remove wrong change log entry from 7.1 section


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

Branch: refs/heads/branch_7_2
Commit: 59df6026ad0fdbaef186739fcd827b302bfed9bb
Parents: 4638e4b
Author: Anshum Gupta <an...@apache.org>
Authored: Wed Dec 6 11:34:54 2017 -0800
Committer: Anshum Gupta <an...@apache.org>
Committed: Wed Dec 6 11:43:46 2017 -0800

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/59df6026/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d91bcbb..451c812 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -322,8 +322,6 @@ New Features
 
 * SOLR-10858: Make UUIDUpdateProcessorFactory as Runtime URP (Amit Sarkar, noble)
 
-* SOLR-11126: Node level health check handler (Anshum Gupta)
-
 * SOLR-11031: Implement SystemLogListener for autoscaling (ab)
 
 * SOLR-11205: Any metrics value can be directly accessed in autoscaling policies (noble)