You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2006/07/21 01:35:26 UTC

svn commit: r424114 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

Author: skitching
Date: Thu Jul 20 16:35:25 2006
New Revision: 424114

URL: http://svn.apache.org/viewvc?rev=424114&view=rev
Log:
Note that method addStackAction has been added to the Digester class.

Modified:
    jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt?rev=424114&r1=424113&r2=424114&view=diff
==============================================================================
--- jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Thu Jul 20 16:35:25 2006
@@ -48,6 +48,14 @@
      -- node-create-rule tag added to provide access to NodeCreateRule.
         Patch provided by Kevin Ross; bugzilla 36482
 
+Stack Monitoring
+----------------
+
+Method "setStackAction" has been added to the Digester class. This allows user
+code to monitor all objects pushed onto and popped off digester stacks. In
+particular, this makes it easier to store source file/line info for all
+objects created during parsing.
+
 BUGS FROM PREVIOUS RELEASE
 ==========================
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org