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 2015/10/05 22:01:58 UTC

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

Author: oheger
Date: Mon Oct  5 20:01:58 2015
New Revision: 1706912

URL: http://svn.apache.org/viewvc?rev=1706912&view=rev
Log:
[CONFIGURATION-612] Added 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=1706912&r1=1706911&r2=1706912&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Mon Oct  5 20:01:58 2015
@@ -27,6 +27,11 @@
   <body>
     <release version="2.0-beta2" date="in SVN"
       description="TBD">
+      <action dev="oheger" type="update" issue="CONFIGURATION-612" due-to="Jon Weygand">
+        The return type of ConfigurationBuilder.getConfiguration() was changed
+        from Configuration to ImmutableConfiguration because this is the base
+        interface for all configuration objects.
+      </action>
       <action dev="oheger" type="fix" issue="CONFIGURATION-609">
         Fixed a bug in PropertiesConfiguration related to the loading of include
         files. The FileHandler used for this purpose was not fully initialized.