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 23:37:33 UTC

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

Author: cbrisson
Date: Sun Jul 17 23:37:33 2016
New Revision: 1753138

URL: http://svn.apache.org/viewvc?rev=1753138&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=1753138&r1=1753137&r2=1753138&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Sun Jul 17 23:37:33 2016
@@ -27,6 +27,10 @@
   <body>
     <release version="2.0" date="In Subversion">
 
+      <action type="fix" dev="cbrisson" issue="VELOCITY-797" due-to="Jarkko Viinamäki">
+        Attach macros to their defining template. Also fixes VELOCITY-776. Thanks to Simon Kitching for the multithreading testcase.
+      </action>
+      
       <action type="fix" dev="cbrisson" issue="VELOCITY-820" due-to="Robert Fuller">
         have #foreach honnor the Closeable interface on the iterator
       </action>