fix for VELOCITY-682 should go in 1.6.2

git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@737545 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 977cae2..16a60e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,10 +27,6 @@
   <body>
     <release version="1.7" date="In Subversion">
 
-      <action type="fix" dev="nbubna" issue="VELOCITY-682">
-        Fix loss of inline macros when #evaluate is used.
-      </action>
-
       <action type="add" dev="byron"  issue="VELOCITY-673">
 	The non default VelocityEngine construtors now do not initialize the runtime
 	system so that properties may be set after constrution.  Also fixes an
@@ -113,6 +109,10 @@
 
     <release version="1.6.2" date="In Subversion">
 
+      <action type="fix" dev="nbubna" issue="VELOCITY-682">
+        Fix loss of inline macros when #evaluate is used.
+      </action>
+
       <action type="fix" dev="nbubna" issue="VELOCITY-554" due-to="Adrian Tarau">
         Fix name of sources jar for maven deployment.
       </action>