Author: oheger
Date: Wed Sep 19 20:07:05 2012
New Revision: 1387733
URL: http://svn.apache.org/viewvc?rev=1387733&view=rev
Log:
[CONFIGURATION-506] Release notes.
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=1387733&r1=1387732&r2=1387733&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Wed Sep 19
20:07:05 2012
@@ -27,6 +27,11 @@
<body>
<release version="2.0" date="in SVN"
description="TBD">
+ <action dev="oheger" type="update" issue="CONFIGURATION-506">
+ Removed obsolete nested classes Node and NodeVisitor of
+ HierarchicalConfiguration. The related deprecated class
+ ConfigurationKey was removed, too.
+ </action>
<action dev="oheger" type="update" issue="CONFIGURATION-505">
XMLConfiguration no longer supports attributes with multiple values or
list delimiter parsing in attributes. This feature was complex and