Author: mcucchiara Date: Mon Oct 17 00:27:55 2011 New Revision: 1184965 URL: http://svn.apache.org/viewvc?rev=1184965&view=rev Log: added OGNL-28 issue
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=1184965&r1=1184964&r2=1184965&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/changes/changes.xml (original) +++ commons/proper/ognl/trunk/src/changes/changes.xml Mon Oct 17 00:27:55 2011 @@ -23,6 +23,8 @@ </properties> <body> <release version="4.0-incubating" date="TBD" description="First ASF release under Incubation."> + <action issue="OGNL-28" type="update" dev="mcucchiara">OGNL-28 - 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.</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>