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/09/01 16:24:32 UTC

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

Author: oheger
Date: Tue Sep  1 14:24:32 2015
New Revision: 1700568

URL: http://svn.apache.org/r1700568
Log:
[CONFIGURATION-608] 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=1700568&r1=1700567&r2=1700568&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Tue Sep  1 14:24:32 2015
@@ -31,6 +31,9 @@
         Fixed a bug in PropertiesConfiguration related to the loading of include
         files. The FileHandler used for this purpose was not fully initialized.
       </action>
+      <action dev="oheger" type="fix" issue="CONFIGURATION-608">
+        Adapted the return type of ReloadingFileBasedConfigurationBuilder.configure().
+      </action>
       <action dev="oheger" type="fix" issue="CONFIGURATION-605">
         XMLConfiguration no longer drops keys when list delimiter characters
         occur in element values.