Author: oheger Date: Sun Mar 17 17:44:15 2013 New Revision: 1457499 URL: http://svn.apache.org/r1457499 Log: [CONFIGURATION-534] 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=1457499&r1=1457498&r2=1457499&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Mar 17 17:44:15 2013 @@ -27,6 +27,10 @@ <body> <release version="2.0" date="in SVN" description="TBD"> + <action dev="oheger" type="update" issue="CONFIGURATION-534"> + The includesAllowed property of PropertyConfiguration is now independent + from the existence of a base path. + </action> <action dev="oheger" type="update" issue="CONFIGURATION-527" due-to="Matthias Richter"> AbstractConfiguration.clearPropertyDirect() is now abstract. </action>