Author: byron
Date: Tue Jan 20 13:38:47 2009
New Revision: 736119
URL: http://svn.apache.org/viewvc?rev=736119&view=rev
Log:
VELOCITY-667 update changelog for fix to this issue
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=736119&r1=736118&r2=736119&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Tue Jan 20 13:38:47 2009
@@ -27,6 +27,11 @@
<body>
<release version="1.7" date="In Subversion">
+ <action type="fix" dev="byron" issue="VELOCITY-667">
+ Pre 1.6 behavior of specifying #macro without parenthesis
+ would throw a VelocityException has been restored.
+ </action>
+
<action type="add" dev="nbubna" issue="VELOCITY-666" due-to="Jarkko
Viinamaki">
Add support for calling velocimacros with body content by prefixing
the macro
name with @.
@@ -41,11 +46,6 @@
(which required parse-able content).
</action>
- <action type="fix" dev="byron" issue="VELOCITY-664">
- Reduce memory usage of cached templates by preventing text from being
stored
- twice.
- </action>
-
<action type="add" dev="byron" issue="VELOCITY-663">
Re-implement #stop so that it stops template execution and rendering.
This
Also addresses a performance bottleneck detected in the old
implementation.