Author: oheger Date: Tue Sep 1 14:23:29 2015 New Revision: 1700566 URL: http://svn.apache.org/r1700566 Log: [CONFIGURATION-609] 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=1700566&r1=1700565&r2=1700566&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Tue Sep 1 14:23:29 2015 @@ -27,6 +27,10 @@ <body> <release version="2.0-beta2" date="in SVN" description="TBD"> + <action dev="oheger" type="fix" issue="CONFIGURATION-609"> + Fixed a bug in PropertiesConfiguration related to the loading of include + files. The FileHandler used for this purpose was not fully initialized. + </action> <action dev="oheger" type="fix" issue="CONFIGURATION-605"> XMLConfiguration no longer drops keys when list delimiter characters occur in element values.