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/17 13:16:06 UTC

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

Author: cbrisson
Date: Sun Jul 17 13:16:05 2016
New Revision: 1753072

URL: http://svn.apache.org/viewvc?rev=1753072&view=rev
Log:
[engine] changelog for previous commit

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=1753072&r1=1753071&r2=1753072&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sun Jul 17 13:16:05 2016
@@ -27,6 +27,10 @@
   <body>
     <release version="2.0" date="In Subversion">
 
+      <action type="fix" dev="cbrisson" issue="VELOCITY-820" due-to="Robert Fuller">
+        have #foreach honnor the Closeable interface on the iterator
+      </action>
+      
       <action type="fix" dev="cbrisson" issue="VELOCITY-804" due-to="Felipe Maschio">
         Don't leave 'initializing' to true if a problem occurs during initialization.
       </action>