Author: oheger Date: Sat Sep 7 19:46:59 2013 New Revision: 1520802 URL: http://svn.apache.org/r1520802 Log: Updated changes.xml for [CONFIGURATION-554].
Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1520802&r1=1520801&r2=1520802&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Sep 7 19:46:59 2013 @@ -27,6 +27,12 @@ <body> <release version="2.0" date="in SVN" description="TBD"> + <action dev="oheger" type="update" issue="CONFIGURATION-554"> + BeanHelper is no longer a static utility class. Instances can be + created with a specific configuration of bean factories. There is still + a default instance which can be obtained via the BeanHelper.INSTANCE + field. + </action> <action dev="oheger" type="add" issue="CONFIGURATION-551"> The data type conversion mechanism has been made extensible. There is a new interface ConversionHandler which controls the data type conversions