aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-03-03 12:17:44 +0000
committerClaude Brisson <cbrisson@apache.org>2019-03-03 12:17:44 +0000
commit43ded3e6d34385a3ce8a41f02474d7230298656f (patch)
tree6c40d1e0bd19c89ceb7329f69f145f5f84a6281a /src/changes
parenta219f6e6e05e2d6929049fae4b69f327b5430700 (diff)
downloadapache-velocity-engine-43ded3e6d34385a3ce8a41f02474d7230298656f.tar.gz
[engine] Rendering of arrays should display their content ('[3, 4, 5]' rather than '[I@15db9742')
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1854697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 62fe8d1a..f1f3b6fb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,6 +27,9 @@
<body>
<release version="2.1" date="In subversion">
<action type="fix" dev="cbrisson">
+ Rendering of arrays should display their content, as for lists.
+ </action>
+ <action type="fix" dev="cbrisson">
Enhance space gobbling ("lines" mode): do not eat ending newline when directive doesn't start after a newline.
</action>
<action type="fix" dev="cbrisson">