Author: byron
Date: Thu Mar 12 19:23:59 2009
New Revision: 752979
URL: http://svn.apache.org/viewvc?rev=752979&view=rev
Log:
Updated changelog for issues 695 (macro param comments), and 697(macro default
parameters)
Modified:
velocity/engine/branches/2.0_Exp/src/changes/changes.xml
Modified: velocity/engine/branches/2.0_Exp/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/src/changes/changes.xml?rev=752979&r1=752978&r2=752979&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/src/changes/changes.xml (original)
+++ velocity/engine/branches/2.0_Exp/src/changes/changes.xml Thu Mar 12
19:23:59 2009
@@ -26,8 +26,16 @@
<body>
<release version="2.0" date="In Subversion">
-
-
+
+ <action type="add" dev="byron" issue="VELOCITY-697">
+ Add ability to specify default values for macro parameters, e.g.;
+ #macro(foo bar=1)
+ </action>
+
+ <action type="add" dev="byron" issue="VELOCITY-695">
+ Add ability to place line comments next to macro parameter
definitions.
+ </action>
+
<action type="add" dev="byron" issue="VELOCITY-690">
Block directives no longer require parenthesis so #...@foo #end is
now allowed.
Also, brackets now work with Block Macros so #...@foo}bar#end works.