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/05/24 15:56:20 UTC

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

Author: oheger
Date: Sat May 24 13:56:19 2014
New Revision: 1597298

URL: http://svn.apache.org/r1597298
Log:
[CONFIGURATION-519] 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=1597298&r1=1597297&r2=1597298&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat May 24 13:56:19 2014
@@ -170,6 +170,10 @@
       <action dev="oheger" type="update" issue="CONFIGURATION-520">
         Support for reloading of configuration data has been reworked.
       </action>
+      <action dev="oheger" type="add" issue="CONFIGURATION-519">
+        Configuration objects are now created via configuration builders. A new
+        API for configuration builders has been added.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-518">
         Classes and interfaces related to interpolation have been slightly
         reworked. ConfigurationInterpolator is now thread-safe. There are