Author: oheger Date: Thu May 26 19:53:46 2016 New Revision: 1745639 URL: http://svn.apache.org/viewvc?rev=1745639&view=rev Log: [CONFIGURATION-632] Updated changes.xml.
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=1745639&r1=1745638&r2=1745639&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Thu May 26 19:53:46 2016 @@ -31,6 +31,11 @@ Interpolation was improved to better support properties with multiple values. </action> + <action dev="oheger" type="fix" issue="CONFIGURATION-632"> + The methods getStringArray() and getList() of CompositeConfiguration + now support the interpolation of variables that reference properties + with multiple values. + </action> <action dev="oheger" type="update" issue="CONFIGURATION-626"> ImmutableConfiguration.getArray() has been deprecated. Arrays can now be queried using the generic get() method in a type-safe way.