Author: henrib
Date: Sat Jul 18 09:16:39 2015
New Revision: 1691709
URL: http://svn.apache.org/r1691709
Log:
JEXL:
JEXL-160 fix, updated doc
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=1691709&r1=1691708&r2=1691709&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/changes.xml Sat Jul 18 09:16:39 2015
@@ -35,6 +35,9 @@
<action dev="henrib" type="fix" issue="JEXL-162" due-to="Dmitri
Blinov">
empty() function throws an exception : unsupported type
</action>
+ <action dev="henrib" type="fix" issue="JEXL-160" due-to="Dmitri
Blinov">
+ typo in package.html
+ </action>
<action dev="henrib" type="add" >
Added a method to get parameters from a template
</action>