Author: oheger
Date: Sat Aug 20 19:13:37 2011
New Revision: 1159904
URL: http://svn.apache.org/viewvc?rev=1159904&view=rev
Log:
[CONFIGURATION-459] 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=1159904&r1=1159903&r2=1159904&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Aug 20
19:13:37 2011
@@ -28,6 +28,10 @@
additional section of a configuration definition file for
DefaultConfigurationBuilder.
</action>
+ <action dev="oheger" type="update" issue="CONFIGURATION-459">
+ The user guide was updated to no more mention ConfigurationFactory.
+ This class is scheduled for deprecation.
+ </action>
<action dev="oheger" type="add" issue="CONFIGURATION-458">
HierarchicalConfiguration now provides a specific implementation of the
clear() method. This is more efficient and also solves some other