Author: oheger Date: Wed Nov 26 21:22:30 2014 New Revision: 1641944 URL: http://svn.apache.org/r1641944 Log: [CONFIGURATION-562] 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=1641944&r1=1641943&r2=1641944&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Wed Nov 26 21:22:30 2014 @@ -35,6 +35,11 @@ <action dev="oheger" type="add" issue="CONFIGURATION-565"> Added support for querying encoded properties. </action> + <action dev="oheger" type="fix" issue="CONFIGURATION-564"> + PropertiesConfiguration now supports again properties without a value + and a separator character. The keys of such properties are added to + the configuration with an empty String as value. + </action> <action dev="oheger" type="update" issue="CONFIGURATION-427"> XMLPropertyListConfiguration can now save arrays in the correct form. </action>