Author: oheger Date: Thu Aug 31 17:51:48 2017 New Revision: 1806833 URL: http://svn.apache.org/viewvc?rev=1806833&view=rev Log: [CONFIGURATION-670] 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=1806833&r1=1806832&r2=1806833&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Aug 31 17:51:48 2017 @@ -70,6 +70,10 @@ <action dev="ggregory" type="update" issue="CONFIGURATION-669"> Update optional Spring dependency from 4.2.5.RELEASE to 4.3.9.RELEASE. </action> + <action dev="oheger" type="fix" issue="CONFIGURATION-670"> + The node model returned by SubnodeConfiguration.getNodeModel() has now + the correct root node set. + </action> <action dev="oheger" type="fix" issue="CONFIGURATION-671"> Fixed a NPE in INIConfiguration when saving a configuration with an empty section.