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 2016/02/23 19:09:34 UTC

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

Author: henrib
Date: Tue Feb 23 18:09:34 2016
New Revision: 1731918

URL: http://svn.apache.org/viewvc?rev=1731918&view=rev
Log:
JEXL:
Updated changes.xml

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=1731918&r1=1731917&r2=1731918&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Tue Feb 23 18:09:34 2016
@@ -26,12 +26,21 @@
     </properties>
     <body>
         <release version="3.1" date="unreleased">
+            <action dev="henrib" type="fix" issue="JEXL-189" due-to="Dmitri Blinov">
+                Possible bug in Interpreter.isCancelled()
+            </action>
+            <action dev="henrib" type="fix" issue="JEXL-188" due-to="Dmitri Blinov">
+                Possible bug in JexlArithmetic.isFloatingPointNumber()
+            </action>
             <action dev="henrib" type="fix" issue="JEXL-187" due-to="Dmitri Blinov">
                 Jexl Syntax doc does not mention 'continue' and 'break' operators
             </action>
             <action dev="henrib" type="fix" issue="JEXL-186" due-to="Philippe Mouawad">
                 Performance regression in arithmetic operations compared to JEXL 2.1
             </action>
+            <action dev="henrib" type="fix" issue="JEXL-180" due-to="Kimball Robinson">
+                Documentation - suggests using float for financials
+            </action>
         </release>
         <release version="3.0" date="2015-12-27">
             <action dev="henrib" type="fix" issue="JEXL-184">