From 3eb2321c882dada2ef7caa34c658ed8c943fa8a6 Mon Sep 17 00:00:00 2001 From: Shalin Shekhar Mangar Date: Fri, 24 Mar 2017 13:11:10 +0530 Subject: [PATCH] SOLR-10339: New set-trigger and remove-trigger APIs for autoscaling --- solr/CHANGES.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index b885202c2c0..29f9c46a093 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -71,8 +71,6 @@ New Features * SOLR-10393: Adds UUID Streaming Evaluator (Dennis Gove) -* SOLR-10356: Adds basic math Streaming Evaluators (Dennis Gove) - Bug Fixes ---------------------- * SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509.