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/10/17 08:12:09 UTC

svn commit: r1185017 - /commons/proper/ognl/trunk/src/changes/changes.xml

Author: simonetripodi
Date: Mon Oct 17 06:12:08 2011
New Revision: 1185017

URL: http://svn.apache.org/viewvc?rev=1185017&view=rev
Log:
added fair credit to Daniel Pitts

Modified:
    commons/proper/ognl/trunk/src/changes/changes.xml

Modified: commons/proper/ognl/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/changes/changes.xml?rev=1185017&r1=1185016&r2=1185017&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/changes/changes.xml (original)
+++ commons/proper/ognl/trunk/src/changes/changes.xml Mon Oct 17 06:12:08 2011
@@ -24,7 +24,7 @@
   <body>
     <release version="4.0-incubating" date="TBD" description="First ASF release under Incubation.">
       <action issue="OGNL-28" type="update" dev="mcucchiara">Visitor pattern needs way to propagate exceptions (contributed by Daniel Pitts).</action>
-      <action issue="OGNL-27" type="update" dev="simonetripodi">Move "toString" implementations into visitor pattern.</action>
+      <action issue="OGNL-27" type="update" dev="simonetripodi">Move "toString" implementations into visitor pattern (contributed by Daniel Pitts).</action>
       <action issue="OGNL-26" type="update" dev="grobmeier">JUnit Tests produce confusing output.</action>
       <action issue="OGNL-21" type="update" dev="grobmeier">Remove dead and broken code from OgnlRuntime/SimpleNode (with contributions by Daniel Pitts)</action>
       <action issue="OGNL-24" type="update" dev="grobmeier">Support visitor pattern on AST (contributed by Daniel Pitts)</action>