aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2016-07-18 14:43:23 +0000
committerClaude Brisson <cbrisson@apache.org>2016-07-18 14:43:23 +0000
commit43092272b783afb66f4ee733e591ffc1cec16943 (patch)
tree9732965d4714ee1995201d9892d3fcd398b4dde3 /src
parentacfea4dc50646dff0cba59eccd4253d750cacfe4 (diff)
downloadapache-velocity-engine-43092272b783afb66f4ee733e591ffc1cec16943.tar.gz
[engine] have MethodExceptionEventHandler provide template location infos
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1753233 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 3a175f0c..80d659d2 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="add" dev="cbrisson" issue="VELOCITY-746">
+ MethodExceptionEventHandler now provide template location infos
+ </action>
+
<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>