Author: henrib
Date: Tue Mar 10 13:45:16 2015
New Revision: 1665547
URL: http://svn.apache.org/r1665547
Log:
JEXL:
Adding pragmas and set literals;
Various small fixes
Modified:
commons/proper/jexl/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/jexl/trunk/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/changes.xml?rev=1665547&r1=1665546&r2=1665547&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Tue Mar 10 13:45:16 2015
@@ -26,6 +26,16 @@
</properties>
<body>
<release version="3.0.1" date="unreleased">
+ <action dev="henrib" type="add" >
+ Added #pragma instruction, allowing scripts to communicate
information to the underlying execution
+ context.
+ </action>
+ <action dev="henrib" type="fix" >
+ Hoisted variables in a lambda are seen as local variables;
should be seen as global
+ </action>
+ <action dev="henrib" type="fix" >
+ Local variables preclude antish variables handling
+ </action>
<action dev="henrib" type="fix" >
Depending on unkown conditions, overriden varargs method may
return false to isVarArgs;
fix by checking method in declaring class hierarchy.