Author: henrib
Date: Fri Nov 13 12:29:25 2009
New Revision: 835822
URL: http://svn.apache.org/viewvc?rev=835822&view=rev
Log:
Fixed an '&', replaced by &
Modified:
commons/proper/jexl/trunk/xdocs/changes.xml
Modified: commons/proper/jexl/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/xdocs/changes.xml?rev=835822&r1=835821&r2=835822&view=diff
==============================================================================
--- commons/proper/jexl/trunk/xdocs/changes.xml (original)
+++ commons/proper/jexl/trunk/xdocs/changes.xml Fri Nov 13 12:29:25 2009
@@ -45,7 +45,7 @@
<action dev="henrib" type="fix" issue="JEXL-21" due-to="AC">operator
overloading / hooks on operator processing</action>
<action dev="henrib" type="add">'new' operator support</action>
<action dev="henrib" type="add">Support Unicode escapes in string
literals</action>
- <action dev="henrib" type="update">Various performance enhancements &
caches</action>
+ <action dev="henrib" type="update">Various performance enhancements
& caches</action>
</release>
<release version="1.1.1-SNAPSHOT" date="unreleased">
<action dev="dion" type="update" issue="JEXL-23">Fix jdk1.3 only code
that has crept into Jexl tests</action>