Author: byron
Date: Wed Feb 18 05:38:44 2009
New Revision: 745387
URL: http://svn.apache.org/viewvc?rev=745387&view=rev
Log:
VELOCITY-690 add issue to changelog
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=745387&r1=745386&r2=745387&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/src/changes/changes.xml (original)
+++ velocity/engine/branches/2.0_Exp/src/changes/changes.xml Wed Feb 18
05:38:44 2009
@@ -27,6 +27,12 @@
<body>
<release version="2.0" date="In Subversion">
+
+ <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.
+ </action>
+
<action type="fix" dev="nbubna">
Removed all deprecations (Anakia, Texen, VelocityServlet, etc.)
</action>