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/03 22:20:20 UTC

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

Author: oheger
Date: Sun Mar  3 21:20:19 2013
New Revision: 1452125

URL: http://svn.apache.org/r1452125
Log:
[CONFIGURATION-527] 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=1452125&r1=1452124&r2=1452125&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sun Mar  3 21:20:19 2013
@@ -27,6 +27,9 @@
   <body>
     <release version="2.0" date="in SVN"
       description="TBD">
+      <action dev="oheger" type="update" issue="CONFIGURATION-527" due-to="Matthias Richter">
+        AbstractConfiguration.clearPropertyDirect() is now abstract.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-526" due-to="Oliver Kopp">
         XMLPropertiesConfiguration now supports loading from and saving to DOM
         nodes.