add recent changes

git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/branches/1.6.x@724828 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fff3319..c6565da 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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.