You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2012/09/21 21:09:57 UTC

svn commit: r1388626 - /commons/proper/configuration/trunk/src/changes/changes.xml

Author: oheger
Date: Fri Sep 21 19:09:57 2012
New Revision: 1388626

URL: http://svn.apache.org/viewvc?rev=1388626&view=rev
Log:
[CONFIGURATION-504] Added release notes.

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=1388626&r1=1388625&r2=1388626&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Fri Sep 21 19:09:57 2012
@@ -37,6 +37,13 @@
         list delimiter parsing in attributes. This feature was complex and
         error prone and brought little value to the user.
       </action>
+      <action dev="oheger" type="update" issue="CONFIGURATION-504">
+        SubnodeConfiguration now provides a new method for clearing it and
+        removing its root node from the parent configuration. The method
+        HierarchicalConfiguration.configurationsAt() now returns a list
+        of SubnodeConfiguration so that it is easier to make direct use of
+        this feature.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-500">
         XMLConfiguration now adds attributes of elements defining a list to
         all list nodes.