From 43ded3e6d34385a3ce8a41f02474d7230298656f Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Sun, 3 Mar 2019 12:17:44 +0000 Subject: [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 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/changes') 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 @@ -26,6 +26,9 @@ + + Rendering of arrays should display their content, as for lists. + Enhance space gobbling ("lines" mode): do not eat ending newline when directive doesn't start after a newline. -- cgit v1.2.3