Author: nbubna
Date: Thu Jan  1 11:00:17 2009
New Revision: 730589

URL: http://svn.apache.org/viewvc?rev=730589&view=rev
Log:
differentiate between 1.7 changes and 1.6.2 changes

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=730589&r1=730588&r2=730589&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Thu Jan  1 11:00:17 2009
@@ -28,13 +28,22 @@
     <release version="1.7" date="In Subversion">
 
       <action type="add" dev="byron" issue="VELOCITY-659">
-         Removed java.lang.Exception from throws clause of Velocity
-         and VelocityEngine API. Also removed IOException so that all
-         method calls use unchecked exceptions.
+          Removed java.lang.Exception from throws clause of Velocity
+          and VelocityEngine API. Also removed IOException so that all
+          method calls use unchecked exceptions.
       </action>
-      
+
+      <action type="add" dev="nbubna">
+          Removed obsolete WebMacro conversion tool and experimental Veltag
+          (which has been replaced by VelocityViewTag from VelocityTools).
+      </action>
+
+    </release>
+
+    <release version="1.6.2" date="In Subversion">
+
       <action type="fix" dev="byron" issue="VELOCITY-658" due-to="Jarkko 
Viinamäki">
-         Fix $hasNext so that it works in nested foreach blocks.
+          Fix $velocityHasNext so that it works in nested foreach blocks.
       </action>
 
       <action type="fix" dev="byron" issue="VELOCITY-645">
@@ -46,11 +55,6 @@
           Fix $velocityHasNext so it is not always true.
       </action>
 
-      <action type="add" dev="nbubna">
-          Removed obsolete WebMacro conversion tool and experimental Veltag
-          (which has been replaced by VelocityViewTag from VelocityTools).
-      </action>
-
     </release>
 
     <release version="1.6.1" date="2008-12-15">


Reply via email to