You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mc...@apache.org on 2011/10/29 07:48:02 UTC

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

Author: mcucchiara
Date: Sat Oct 29 05:48:02 2011
New Revision: 1190759

URL: http://svn.apache.org/viewvc?rev=1190759&view=rev
Log:
Added OGNL-32 in the issue list

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=1190759&r1=1190758&r2=1190759&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/changes/changes.xml (original)
+++ commons/proper/ognl/trunk/src/changes/changes.xml Sat Oct 29 05:48:02 2011
@@ -23,6 +23,7 @@
   </properties>
   <body>
     <release version="4.0-incubating" date="TBD" description="First ASF release under Incubation.">
+      <action issue="OGNL-32" type="update" dev="mcucchiara">OGNL-32 - CPD fix to ASTProperty (contributed by Adrian Cumiskey).</action>
       <action issue="OGNL-31" type="update" dev="mcucchiara">OGNL-31 - Some CPD fixes around ASTMethod and ASTStaticMethod (contributed by Adrian Cumiskey).</action>
       <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 (contributed by Daniel Pitts).</action>