You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/12/09 00:16:07 UTC

svn commit: r724548 - /velocity/engine/trunk/src/changes/changes.xml

Author: nbubna
Date: Mon Dec  8 15:16:03 2008
New Revision: 724548

URL: http://svn.apache.org/viewvc?rev=724548&view=rev
Log:
add last change

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=724548&r1=724547&r2=724548&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Mon Dec  8 15:16:03 2008
@@ -36,6 +36,11 @@
 
     <release version="1.6.1" date="In Subversion">
 
+      <action type="fix" dev="nbubna" issue="VELOCITY-615" due-to="Steve O'Hara">
+          Fix limitation in new macro implementation that resisted #set calls
+          to change references defined as arguments for the macro.
+      </action>
+
       <action type="fix" dev="nbubna" issue="VELOCITY-651" due-to="Stephan Schmid">
           Fix vararg bugs when calling overloaded methods like get(String,String,Object[])
           and get(String,List). (e.g. in VelocityStruts' MessageTool)