You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2018/10/15 00:02:50 UTC

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

Author: cbrisson
Date: Mon Oct 15 00:02:49 2018
New Revision: 1843870

URL: http://svn.apache.org/viewvc?rev=1843870&view=rev
Log:
[engine] Update changelog

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=1843870&r1=1843869&r2=1843870&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Mon Oct 15 00:02:49 2018
@@ -26,6 +26,9 @@
 
   <body>
     <release version="2.1" date="In subversion">
+        <action type="add" dev="cbrisson" issue="VELOCITY-906">
+            Default block for empty loops: <code>#foreach($i in []) loop block #else empty #end</code>
+        </action>
         <action type="fix" dev="cbrisson" issue="VELOCITY-888">
             Include proper OSGi bundle informations in manifest files
         </action>