Author: mcucchiara Date: Mon Nov 7 09:55:57 2011 New Revision: 1198685 URL: http://svn.apache.org/viewvc?rev=1198685&view=rev Log: Added OGNL-38 to the change 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=1198685&r1=1198684&r2=1198685&view=diff ============================================================================== --- commons/proper/ognl/trunk/src/changes/changes.xml (original) +++ commons/proper/ognl/trunk/src/changes/changes.xml Mon Nov 7 09:55:57 2011 @@ -23,6 +23,7 @@ </properties> <body> <release version="4.0-incubating" date="TBD" description="First ASF release under Incubation."> + <action issue="OGNL-38" type="update" dev="mcucchiara">Use StringBuilder instead of StringBuffer, deprecate >=JDK1.5 conditionals and use CONSTANT.equals(variable) (contributed by Adrian Cumiskey).</action> <action issue="OGNL-37" type="fix" dev="mcucchiara">Findbugs fixes (contributed by Adrian Cumiskey).</action> <action issue="OGNL-35" type="update" dev="mcucchiara">Improvements to {List,Map,Array}PropertyAccessor and ASTProperty (contributed by Adrian Cumiskey).</action> <action issue="OGNL-36" type="fix" dev="mcucchiara">Link "Benchmarks" on left hand navigation is broken (contributed by Adrian Cumiskey).</action>