You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by wg...@apache.org on 2008/07/14 01:25:28 UTC

svn commit: r676458 - /velocity/engine/trunk/src/changes/changes.xml

Author: wglass
Date: Sun Jul 13 16:25:27 2008
New Revision: 676458

URL: http://svn.apache.org/viewvc?rev=676458&view=rev
Log:
catch up on some change logs

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=676458&r1=676457&r2=676458&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sun Jul 13 16:25:27 2008
@@ -27,6 +27,10 @@
   <body>
     <release version="1.6" date="in Subversion">
 
+      <action type="add" dev="nbubna" issue="VELOCITY-600" due-to="Adrian Tarau">
+          New VTL syntax $velocityHasNext within #foreach loops
+      </action>
+
       <action type="fix" dev="wglass" issue="VELOCITY-580" due-to="Marnix van Bochove">
           Multi-line comments in macros were rendering extra *# when evaluated.
       </action>
@@ -39,6 +43,10 @@
           Prevent exception due to simultaneous rendering of macros.  
       </action>
 
+      <action type="add" dev="nbubna" issue="VELOCITY-533" due-to="Christopher Schultz">
+          New VTL syntax allows arrays to be treated like fixed length lists.
+      </action>
+
       <action type="fix" dev="wglass" issue="VELOCITY-536" due-to="Lei Gu, Dima Tkach">
           Prevent NPE when template is parsed simultaneously by multiple users.  (may apply only to macros).  
       </action>