aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-09-08 11:21:07 +0000
committerClaude Brisson <cbrisson@apache.org>2019-09-08 11:21:07 +0000
commitf64d9aaafcacb81ded3bb0f87b3776da4efe56f9 (patch)
treebf39374a097fb444472911dba75e604c388f555f /src
parent5782c4cfa7beab546f778d51d5af2c3503e76aec (diff)
downloadapache-velocity-engine-f64d9aaafcacb81ded3bb0f87b3776da4efe56f9.tar.gz
[engine] Update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1866610 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 f63b0a17..dcfc1f86 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,10 @@
<body>
<release version="2.2" date="Not yet released">
+ <action type="add" dev="cbrisson" issue="VELOCITY-916">
+ Also have the debugging flag runtime.log.track_locations display a VTL stack trace
+ on any error
+ </action>
<action type="fix" dev="cbrisson" issue="VELOCITY-919">
Fix abnormal suppression of zero-width whitespaces
</action>