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:55:46 UTC

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

Author: oheger
Date: Sat May 24 13:55:46 2014
New Revision: 1597296

URL: http://svn.apache.org/r1597296
Log:
[CONFIGURATION-520] 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=1597296&r1=1597295&r2=1597296&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat May 24 13:55:46 2014
@@ -163,6 +163,9 @@
         ConfigurationUtils.fileFromUrl() now correctly handles URL containing
         encoded percent characters.
       </action>
+      <action dev="oheger" type="update" issue="CONFIGURATION-520">
+        Support for reloading of configuration data has been reworked.
+      </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