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/03/16 18:47:39 UTC

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

Author: oheger
Date: Sat Mar 16 17:47:39 2013
New Revision: 1457278

URL: http://svn.apache.org/r1457278
Log:
[CONFIGURATION-525] 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=1457278&r1=1457277&r2=1457278&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Mar 16 17:47:39 2013
@@ -34,6 +34,11 @@
         XMLPropertiesConfiguration now supports loading from and saving to DOM
         nodes.
       </action>
+      <action dev="oheger" type="add" issue="CONFIGURATION-525">
+        PropertiesConfiguration now keeps a comment at the bottom of a
+        properties file. A new footer property was added for reading and
+        writing this footer comment.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-521" due-to="Oliver Kopp">
         ConfigurationUtils.fileFromUrl() now correctly handles URL containing
         encoded percent characters.