You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/23 17:53:35 UTC

svn commit: r1138951 - in /commons/proper/digester/trunk: RELEASE-NOTES.txt src/changes/changes.xml

Author: simonetripodi
Date: Thu Jun 23 15:53:35 2011
New Revision: 1138951

URL: http://svn.apache.org/viewvc?rev=1138951&view=rev
Log:
added DIGESTER-131 in the fix list

Modified:
    commons/proper/digester/trunk/RELEASE-NOTES.txt
    commons/proper/digester/trunk/src/changes/changes.xml

Modified: commons/proper/digester/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/RELEASE-NOTES.txt?rev=1138951&r1=1138950&r2=1138951&view=diff
==============================================================================
--- commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/digester/trunk/RELEASE-NOTES.txt Thu Jun 23 15:53:35 2011
@@ -81,7 +81,7 @@ BUGS FROM PREVIOUS RELEASE
 IMPROVEMENTS OVER PREVIOUS RELEASE
 ===================================
 
- * none.
+ * [DIGESTER-131] Allow recursive match in ExtendedBaseRules
 
 DEPRECATIONS
 ============

Modified: commons/proper/digester/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/changes/changes.xml?rev=1138951&r1=1138950&r2=1138951&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/changes/changes.xml (original)
+++ commons/proper/digester/trunk/src/changes/changes.xml Thu Jun 23 15:53:35 2011
@@ -26,6 +26,9 @@
     <action dev="simonetripodi" type="fix" issue="DIGESTER-118">
       ObjectCreateRule shouldn't keep className as a field.
     </action>
+    <action dev="simonetripodi" type="add" issue="DIGESTER-131">
+      Allow recursive match in ExtendedBaseRules.
+    </action>
     <action dev="simonetripodi" type="fix" issue="DIGESTER-134">
       Bug in SetPropertyRule.
     </action>