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
This commit is contained in:
Shawn Heisey 2013-10-03 01:47:28 +00:00
parent a68586a036
commit 00f281550f
1 changed files with 12 additions and 0 deletions

View File

@ -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