From 00f281550f5d5784f09ea2b3826540224051390d Mon Sep 17 00:00:00 2001 From: Shawn Heisey Date: Thu, 3 Oct 2013 01:47:28 +0000 Subject: [PATCH] SOLR-5264 - CHANGES.txt. References boolean arg work that's not done yet. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528700 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index b00b7b87a70..7811303c9f1 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -65,6 +65,15 @@ Apache ZooKeeper 3.4.5 Detailed Change List ---------------------- +Upgrading from Solr 4.5.0 +---------------------- + +* If you are using methods from FieldMutatingUpdateProcessorFactory for getting + configuration information (oneOrMany or getBooleanArg), those methods have + been moved to NamedList and renamed to removeConfigArgs and removeBooleanArg, + respectively. The original methods are deprecated, to be removed in 5.0. + See SOLR-5264. + New Features ---------------------- @@ -115,6 +124,9 @@ Other Changes * SOLR-5273: Update HttpComponents to 4.2.5 and 4.2.6. (Mark Miller) +* SOLR-5264: Move methods for getting config information from + FieldMutatingUpdateProcessorFactory to NamedList. (Shawn Heisey) + ================== 4.5.0 ================== Versions of Major Components