You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/02/15 00:58:16 UTC

svn commit: r377899 - /jakarta/commons/proper/jexl/trunk/xdocs/changes.xml

Author: dion
Date: Tue Feb 14 15:58:13 2006
New Revision: 377899

URL: http://svn.apache.org/viewcvs?rev=377899&view=rev
Log:
Add support for BigDecimal/BigInteger to UnaryMinus

Modified:
    jakarta/commons/proper/jexl/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/jexl/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/changes.xml?rev=377899&r1=377898&r2=377899&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/jexl/trunk/xdocs/changes.xml Tue Feb 14 15:58:13 2006
@@ -25,7 +25,7 @@
   </properties>
   <body>
     <release version="1.0.1-SNAPSHOT" date="in SVN">
-      <action dev="dion" type="fix">Unary minus was only working for integer values.</action>
+      <action dev="dion" type="fix" issue="36857">Unary minus was only working for integer values.</action>
       <action dev="dion" type="update">Add @since tags to code so we can track API additions via javadoc</action>
       <action dev="dion" type="add" issue="32110" due-to="Barry Lagerweij">Support assignment to variables</action>
       <action dev="dion" type="fix" issue="32829">'abc'.substring(0,1+1) is empty (method matching problem)</action>



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