Author: henrib
Date: Fri Jun 10 04:42:06 2016
New Revision: 1747630
URL: http://svn.apache.org/viewvc?rev=1747630&view=rev
Log:
JEXL:
updated changes.xml & release-notes.txt
Modified:
commons/proper/jexl/trunk/RELEASE-NOTES.txt
commons/proper/jexl/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/RELEASE-NOTES.txt?rev=1747630&r1=1747629&r2=1747630&view=diff
==============================================================================
--- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Fri Jun 10 04:42:06 2016
@@ -28,7 +28,9 @@ Version 3.0.1 is a micro release to fix
Bugs Fixed in 3.0.1:
====================
+* JEXL-198: JxltEngine Template does not expose pragmas
* JEXL-196: Script execution hangs while calling method with one argument
without parameter
+* JEXL-194 allow synchronization on iterableValue in foreach statement
* JEXL-195: Support for AtomicBoolean in logical expressions
* JEXL-193: InterruptedException is swallowed in function call in silent
and non-strict mode
* JEXL-192: Invalid return type when expected result is null
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=1747630&r1=1747629&r2=1747630&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Fri Jun 10 04:42:06 2016
@@ -26,12 +26,18 @@
</properties>
<body>
<release version="3.0.1" date="unreleased">
+ <action dev="henrib" type="fix" issue="JEXL-198" due-to="Terefang
Verigorn">
+ JxltEngine Template does not expose pragmas
+ </action>
<action dev="henrib" type="fix" issue="JEXL-196" due-to="Dmitri
Blinov">
Script execution hangs while calling method with one argument
without parameter
</action>
<action dev="henrib" type="fix" issue="JEXL-195" due-to="Dmitri
Blinov">
Support for AtomicBoolean in logical expressions
</action>
+ <action dev="henrib" type="fix" issue="JEXL-194" due-to="Dmitri
Blinov">
+ allow synchronization on iterableValue in foreach statement
+ </action>
<action dev="henrib" type="fix" issue="JEXL-193" due-to="Dmitri
Blinov">
InterruptedException is swallowed in function call in silent
and non-strict mode
</action>