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/26 19:36:21 UTC

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

Author: simonetripodi
Date: Sun Jun 26 17:36:21 2011
New Revision: 1139846

URL: http://svn.apache.org/viewvc?rev=1139846&view=rev
Log:
added DIGESTER-127 in the changes 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=1139846&r1=1139845&r2=1139846&view=diff
==============================================================================
--- commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/digester/trunk/RELEASE-NOTES.txt Sun Jun 26 17:36:21 2011
@@ -87,6 +87,8 @@ BUGS FROM PREVIOUS RELEASE
 IMPROVEMENTS OVER PREVIOUS RELEASE
 ===================================
 
+ * [DIGESTER-127] Allow DigesterLoader to accept an instance of a preconfigured Digester
+
  * [DIGESTER-131] Allow recursive match in ExtendedBaseRules
 
  * [DIGESTER-132] Add a CompoundSubstitutor to support more than one Substitutors at a time

Modified: commons/proper/digester/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/changes/changes.xml?rev=1139846&r1=1139845&r2=1139846&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/changes/changes.xml (original)
+++ commons/proper/digester/trunk/src/changes/changes.xml Sun Jun 26 17:36:21 2011
@@ -35,6 +35,9 @@
     <action dev="simonetripodi" type="fix" issue="DIGESTER-123">
       xmlrules dtd does not define xmlattrs for node-create-rule
     </action>
+    <action dev="simonetripodi" type="add" issue="DIGESTER-127">
+      Allow DigesterLoader to accept an instance of a preconfigured Digester
+    </action>
     <action dev="simonetripodi" type="add" issue="DIGESTER-131">
       Allow recursive match in ExtendedBaseRules.
     </action>