aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2016-07-13 22:09:27 +0000
committerClaude Brisson <cbrisson@apache.org>2016-07-13 22:09:27 +0000
commit796bce2e8dd793e408d3673091ef8aa139c48470 (patch)
tree3947d5c17fd58cd0431968c242e84e0734d7051c /src
parent69ff9e0b72a2f349afb738bd7360ffa0d048f5ea (diff)
downloadapache-velocity-engine-796bce2e8dd793e408d3673091ef8aa139c48470.tar.gz
one more testcase and changelog update for last commit
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1752553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7d1d7bbb..64149620 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,6 +27,12 @@
<body>
<release version="2.0" date="In Subversion">
+ <action type="fix" dev="cbrisson" issue="VELOCITY-553">
+ InvalidReferenceHandler events should not be triggered by null values,
+ or by references testing inside #if / #elseif. Thanks to Renato Steiner
+ for his testcase.
+ </action>
+
<action type="fix" dev="cbrisson" issue="VELOCITY-266">
Take advantage of the major version jump to enforce String keys
in internal Context API