You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2015/03/16 16:17:22 UTC

svn commit: r1667032 - /commons/proper/jexl/trunk/src/site/xdoc/changes.xml

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.