From 49afab08dd112519b09e0985fa4062256339623b Mon Sep 17 00:00:00 2001 From: Steve Rowe Date: Wed, 13 Jun 2018 13:37:02 -0400 Subject: [PATCH] SOLR-12434: Move CHANGES entry to 7.4 section --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 63d59f18821..3dea172e034 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -79,8 +79,6 @@ Bug Fixes * SOLR-12449: Response /autoscaling/diagnostics shows improper json (noble) -* SOLR-12434: bin/solr {config,healthcheck} ignore ZK_HOST in solr.in.{sh,cmd} (Steve Rowe) - * SOLR-12481: update.autoCreateFields must be set via Config API command 'set-user-property', but 'bin/solr create' tells users to use the default action 'set-property', which fails because the property is not editable. (Steve Rowe) @@ -369,6 +367,8 @@ Bug Fixes * SOLR-12445: Upgrade Dropwizard Metrics to version 3.2.6. (ab) +* SOLR-12434: bin/solr {config,healthcheck} ignore ZK_HOST in solr.in.{sh,cmd} (Steve Rowe) + Optimizations ----------------------