Author: byron
Date: Tue Jan 20 14:25:05 2009
New Revision: 736138
URL: http://svn.apache.org/viewvc?rev=736138&view=rev
Log:
VELOCITY-668 update change log for this ticket
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=736138&r1=736137&r2=736138&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Tue Jan 20 14:25:05 2009
@@ -27,11 +27,15 @@
<body>
<release version="1.7" date="In Subversion">
+ <action type="add" dev="byron" issue="VELOCITY-668" due-to="Jarkko
Viinamäki">
+ Minor performance tweaks based on Findbugs findings
+ </action>
+
<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 @.