aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2016-07-21 20:38:04 +0000
committerClaude Brisson <cbrisson@apache.org>2016-07-21 20:38:04 +0000
commit4745f149c0bff167fb4e97941b466ab23f391b66 (patch)
treec41fea3123ce3e7aa79053d6483af52693d71537 /src
parent29e2e2e117aba250a175d4a634cb2dc98bfd2330 (diff)
downloadapache-velocity-engine-4745f149c0bff167fb4e97941b466ab23f391b66.tar.gz
[engine] nicify SimpleTree.dump()
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1753733 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 0b3a023d..f05536c9 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">
+ nicified AST tree debug output
+ </action>
+
<action type="fix" dev="cbrisson" issue=VELOCITY-830">
fix parsing of $obj._method()
</action>