dion 2004/08/23 19:23:01
Modified: jexl/xdocs changes.xml
Log:
Fix string concatenation with variables dying. Thanks to Geoff Waggott
Revision Changes Path
1.7 +1 -0 jakarta-commons/jexl/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jexl/xdocs/changes.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- changes.xml 23 Aug 2004 12:55:41 -0000 1.6
+++ changes.xml 24 Aug 2004 02:23:01 -0000 1.7
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.0-beta-3-SNAPSHOT" date="in CVS">
+ <action dev="dion" type="fix" due-to="Geoff Waggott">Fix string concatenation
broken for variables</action>
<action dev="dion" type="fix" issue="29550">Implement short circuit logic for
boolean and/or</action>
<action dev="dion" type="add">Handle any size() method that returns an int</action>
<action dev="dion" type="fix" issue="30562">Can't issue .size() on java.util.Set</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|