Author: cbrisson
Date: Thu Apr 26 17:18:03 2012
New Revision: 1330978
URL: http://svn.apache.org/viewvc?rev=1330978&view=rev
Log:
update changelog
Modified:
velocity/engine/trunk/src/changes/changes.xml
Modified: velocity/engine/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/trunk/src/changes/changes.xml?rev=1330978&r1=1330977&r2=1330978&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Thu Apr 26 17:18:03 2012
@@ -27,6 +27,10 @@
<body>
<release version="2.0" date="In Subversion">
+ <action type="add" dev="cbrisson" issue="VELOCITY-706">
+ Method arguments can now be expressions
+ </action>
+
<action type="add" dev="cbrisson" issue="VELOCITY-819" due-to="Jarkko
Viinamäki">
Parser generation from the .jjt file is now handled by Maven
</action>
@@ -242,7 +246,7 @@
In strict mode attempts to render references that evaluate to
null will throw an exception. In the user wishes to suppress
the exception and render nothing then the reference can be
- proceeded with '$!' as in $!foo.
+ preceeded with '$!' as in $!foo.
</action>
<action type="add" dev="byron" issue="VELOCITY-673">