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 2013/04/12 22:26:27 UTC

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

Author: oheger
Date: Fri Apr 12 20:26:26 2013
New Revision: 1467449

URL: http://svn.apache.org/r1467449
Log:
[CONFIGURATION-524] 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=1467449&r1=1467448&r2=1467449&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Fri Apr 12 20:26:26 2013
@@ -67,6 +67,10 @@
         properties file. A new footer property was added for reading and
         writing this footer comment.
       </action>
+      <action dev="oheger" type="update" issue="CONFIGURATION-524">
+        Interpolation now works correctly after a configuration was cloned.
+        The ConfigurationInterpolator instance is now cloned, too.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-521" due-to="Oliver Kopp">
         ConfigurationUtils.fileFromUrl() now correctly handles URL containing
         encoded percent characters.