aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2016-07-17 23:37:33 +0000
committerClaude Brisson <cbrisson@apache.org>2016-07-17 23:37:33 +0000
commit4b01cb5999caf9e80ed7b8757e944038041ce9d3 (patch)
tree89cf7eb1f4eb7df4d9601ce136f1b163f30824be /src
parent92d42e6fadb5e554b5223c93169bb4850da31b4c (diff)
downloadapache-velocity-engine-4b01cb5999caf9e80ed7b8757e944038041ce9d3.tar.gz
[engine] update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1753138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4f7fc8ac..3a175f0c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>