Author: rahul
Date: Wed Aug 5 19:13:18 2009
New Revision: 801365
URL: http://svn.apache.org/viewvc?rev=801365&view=rev
Log:
Various minor improvements:
- JexlEngine is new to 2.0, don't need to mention any removals
- Separated classes removed and methods removed sections
- Whitespace / indentation
- Typos (us -> use, Jexl -> JEXL)
Modified:
commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt
Modified: commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt?rev=801365&r1=801364&r2=801365&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt Wed Aug 5 19:13:18 2009
@@ -24,28 +24,28 @@
INTRODUCTION:
=============
-Jexl is an Expression Language supporting most of the constructs in the
+JEXL is an Expression Language supporting most of the constructs in the
JSTL Expression Language, along with some additional extensions.
-http://commons.apache.org/jexl/
+ http://commons.apache.org/jexl/
Changes in this version include:
Incompatible Changes
====================
-Now requires Java 1.5 or later
+Now requires Java 1.5 or later.
-The following classes and methods have been removed:
+The following classes have been removed:
-* ExpressionFactory
-* ScriptFactory
+ * ExpressionFactory
+ * ScriptFactory
-Please create a JexlEngine() and us createExpression() or createScript()
instead.
+ Please create a JexlEngine and use createExpression() or createScript()
instead.
-* JexlEngine.getDefault() was used by the above. Use "new JexlEngine()" instead
+The following methods have been removed:
-* Info.getTemplateName() - use Info.getName() instead
+ * Info.getTemplateName() - use Info.getName() instead
New Features:
=============