aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2016-07-21 20:54:14 +0000
committerClaude Brisson <cbrisson@apache.org>2016-07-21 20:54:14 +0000
commit3a784495c79137918f1680de2fd8e640745fbad4 (patch)
tree73b50f827bbcf48f7b8190e12fa8b7e38634c021 /src
parent446ef3eb539032c9c2affc137f789ede22daf7a2 (diff)
downloadapache-velocity-engine-3a784495c79137918f1680de2fd8e640745fbad4.tar.gz
[engine] update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1753737 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 f05536c9..9543c417 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-833" due-to="Jarkko Viinamäki">
+ avoid useless string calculation in ASTStringLiteral
+ </action>
+
<action type="add" dev="cbrisson">
nicified AST tree debug output
</action>