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 19:56:17 UTC

svn commit: r724828 - /velocity/engine/branches/1.6.x/src/changes/changes.xml

Author: nbubna
Date: Tue Dec  9 10:56:17 2008
New Revision: 724828

URL: http://svn.apache.org/viewvc?rev=724828&view=rev
Log:
add recent changes

Modified:
    velocity/engine/branches/1.6.x/src/changes/changes.xml

Modified: velocity/engine/branches/1.6.x/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.6.x/src/changes/changes.xml?rev=724828&r1=724827&r2=724828&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/src/changes/changes.xml (original)
+++ velocity/engine/branches/1.6.x/src/changes/changes.xml Tue Dec  9 10:56:17 2008
@@ -28,6 +28,14 @@
 
     <release version="1.6.1" date="2008-12-15">
 
+      <action type="fix" dev="nbubna" issue="VELOCITY-654" due-to="Byron Foster">
+          Correct/enhance template name reporting for #include and #parse.
+      </action>
+
+      <action type="fix" dev="nbubna" issue="VELOCITY-653" due-to="Byron Foster">
+          Removed redundant error message in ASTReference.
+      </action>
+
       <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.