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/27 14:00:13 UTC

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

Author: dion
Date: Mon Feb 27 05:00:08 2006
New Revision: 381334

URL: http://svn.apache.org/viewcvs?rev=381334&view=rev
Log:
Implement while statement

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=381334&r1=381333&r2=381334&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/jexl/trunk/xdocs/changes.xml Mon Feb 27 05:00:08 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.0.1-SNAPSHOT" date="in SVN">
+      <action dev="dion" type="add">Added implementation for the while statement.</action>
       <action dev="dion" type="add">Added implementation for block statements, e.g. curly braces containing multiple statements.</action>
       <action dev="dion" type="add">Added implementation for the if statement.</action>
       <action dev="dion" type="fix" issue="36857">Unary minus was only working for integer values.</action>



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