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/06/29 21:54:48 UTC

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

Author: oheger
Date: Sun Jun 29 19:54:48 2014
New Revision: 1606592

URL: http://svn.apache.org/r1606592
Log:
Updated changes.xml for [CONFIGURATION-541].

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=1606592&r1=1606591&r2=1606592&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Jun 29 19:54:48 2014
@@ -113,6 +113,10 @@
         changing a property through SystemConfiguration immediately affects
         the corresponding system property.
       </action>
+      <action dev="oheger" type="add" issue="CONFIGURATION-541">
+        Multi-file configurations are no longer restricted to XML configuration
+        files. Arbitrary file-based configurations are now supported.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-539">
         The deprectated INIConfiguration class was removed.
         HierarchicalINIConfiguration was renamed to INIConfiguration.