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 2016/02/14 20:05:47 UTC

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

Author: oheger
Date: Sun Feb 14 19:05:46 2016
New Revision: 1730386

URL: http://svn.apache.org/viewvc?rev=1730386&view=rev
Log:
[CONFIGURATION-619] 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=1730386&r1=1730385&r2=1730386&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Feb 14 19:05:46 2016
@@ -27,6 +27,10 @@
   <body>
     <release version="2.0" date="in SVN"
       description="TBD">
+      <action dev="oheger" type="add" issue="CONFIGURATION-619">
+        CombinedConfigurationBuilder now supports inheritance of its parameters
+        to child configuration sources. This is enabled by default.
+      </action>
       <action dev="oheger" type="fix" issue="CONFIGURATION-618">
         When using immutable configurations exceptions thrown by the wrapped
         configuration came out as UndeclaredThrowableException. This has been