Author: henrib
Date: Mon Jul 18 12:57:50 2011
New Revision: 1147842
URL: http://svn.apache.org/viewvc?rev=1147842&view=rev
Log:
Updated changes.xml to reflect JEXL-116 fix
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=1147842&r1=1147841&r2=1147842&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Mon Jul 18 12:57:50 2011
@@ -26,6 +26,9 @@
</properties>
<body>
<release version="2.1" date="unreleased">
+ <action dev="henrib" type="add" issue="JEXL-116" due-to="Sarel Botha">
+ Add control over classes, methods, constructors and properties
allowed in scripts
+ </action>
<action dev="henrib" type="add" issue="JEXL-115" due-to="Sarel Botha">
Add support for asynchronous script execution and cancellation
</action>