Author: henrib
Date: Mon Mar 16 16:42:20 2015
New Revision: 1667065

URL: http://svn.apache.org/r1667065
Log:
JEXL:
Implementing JEXL-149; allow set construction (ala JSP EL 3.0)

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=1667065&r1=1667064&r2=1667065&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Mon Mar 16 16:42:20 2015
@@ -29,6 +29,9 @@
             <action dev="henrib" type="add" issue="JEXL-152" due-to="Dmitri 
Blinov">
                 Extend Range literal to support Long values
             </action>
+            <action dev="henrib" type="add" issue="JEXL-149" due-to="Dmitri 
Blinov">
+                Set Construction as per EL 3.0 spec
+            </action>
             <action dev="henrib" type="add" >
                 Added #pragma instruction, allowing scripts to communicate 
information to the underlying execution
                 context.


Reply via email to