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 2016/07/22 07:33:56 UTC

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

Author: cbrisson
Date: Fri Jul 22 07:33:56 2016
New Revision: 1753756

URL: http://svn.apache.org/viewvc?rev=1753756&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=1753756&r1=1753755&r2=1753756&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Fri Jul 22 07:33:56 2016
@@ -27,6 +27,10 @@
   <body>
     <release version="2.0" date="In Subversion">
 
+      <action type="fix" dev="cbrisson" issue="VELOCITY-843">
+        support $array.empty, as for $list.empty
+      </action>
+      
       <action type="fix" dev="cbrisson" issue="VELOCITY-833" due-to="Jarkko Viinamäki">
         avoid useless string calculation in ASTStringLiteral
       </action>