Author: henrib
Date: Mon Mar 16 15:17:22 2015
New Revision: 1667032

URL: http://svn.apache.org/r1667032
Log:
JEXL:
Implementing JEXL-152; ranges can be long or integer and implement 
contains(...) method

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=1667032&r1=1667031&r2=1667032&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Mon Mar 16 15:17:22 2015
@@ -26,6 +26,9 @@
     </properties>
     <body>
         <release version="3.0" date="unreleased">
+            <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" >
                 Added #pragma instruction, allowing scripts to communicate 
information to the underlying execution
                 context.


Reply via email to