Author: dion
Date: Sun Feb 26 19:13:44 2006
New Revision: 381242
URL: http://svn.apache.org/viewcvs?rev=381242&view=rev
Log:
Implement Block.
{ statement* }
value of the block is the value of the last 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=381242&r1=381241&r2=381242&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/jexl/trunk/xdocs/changes.xml Sun Feb 26 19:13:44 2006
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.0.1-SNAPSHOT" date="in SVN">
+ <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>
<action dev="dion" type="update">Add @since tags to code so we can track
API additions via javadoc</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]