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 2010/10/30 21:16:18 UTC

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

Author: oheger
Date: Sat Oct 30 19:16:17 2010
New Revision: 1029167

URL: http://svn.apache.org/viewvc?rev=1029167&view=rev
Log:
[CONFIGURATION-410] 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=1029167&r1=1029166&r2=1029167&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Oct 30 19:16:17 2010
@@ -46,6 +46,10 @@
         update of the managed database table. This makes it usable in
         environments where the connections do not use auto-commit mode.
       </action>
+      <action dev="oheger" type="add" issue="CONFIGURATION-410">
+        Added a refresh() method to AbstractFileConfiguration and
+        AbstractHierarchicalFileConfiguration.
+      </action>
       <action dev="oheger" type="fix" issue="CONFIGURATION-409">
         HierarchicalINIConfiguration now correctly saves sections whose name
         contains delimiter characters.