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/28 18:13:30 UTC

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

Author: nbubna
Date: Sun Dec 28 09:13:29 2008
New Revision: 729756

URL: http://svn.apache.org/viewvc?rev=729756&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=729756&r1=729755&r2=729756&view=diff
==============================================================================
--- velocity/engine/branches/1.6.x/src/changes/changes.xml (original)
+++ velocity/engine/branches/1.6.x/src/changes/changes.xml Sun Dec 28 09:13:29 2008
@@ -28,7 +28,16 @@
 
     <release version="1.6.2-dev" date="In Subversion">
 
-      <action type="fix" dev="cbrisson">
+      <action type="fix" dev="byron" issue="VELOCITY-658" due-to="Jarkko Viinamäki">
+          Fix $velocityHasNext so that it works in nested foreach blocks.
+      </action>
+
+      <action type="fix" dev="byron" issue="VELOCITY-645">
+          Throw an exception in strict mode when >=, &lt;=, &lt; or >
+          comparisons can't be made.
+      </action>
+      
+      <action type="fix" dev="cbrisson" issue="VELOCITY-657">
           Fix $velocityHasNext so it is not always true.
       </action>