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 2014/04/21 13:49:05 UTC

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

Author: oheger
Date: Mon Apr 21 11:49:05 2014
New Revision: 1588873

URL: http://svn.apache.org/r1588873
Log:
Release notes for CONFIGURATION-576.

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=1588873&r1=1588872&r2=1588873&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Mon Apr 21 11:49:05 2014
@@ -27,6 +27,13 @@
   <body>
     <release version="2.0" date="in SVN"
       description="TBD">
+      <action dev="oheger" type="update" issue="CONFIGURATION-576">
+        A new abstract base class for hierarchical configurations was introduced
+        which supports arbitrary hierarchical data structures. The type of the
+        nodes used by the configuration can now be specified as a generic type
+        argument. This makes the integration of other hierarchical structures
+        easier.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-575">
         Hierarchical configurations now operate on immutable structures.
         Data is no longer represented by ConfigurationNode objects. The