aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-03-11 00:57:54 +0000
committerClaude Brisson <cbrisson@apache.org>2019-03-11 00:57:54 +0000
commitb1914bb5454af23f8e634dcdf900da0de09edbf3 (patch)
tree5aa15658095ed4e31f9a3598a4aef6aa0a8854c7 /src
parent4beefbf6fec1801b28a973f66bb67d9c07312b52 (diff)
downloadapache-velocity-engine-b1914bb5454af23f8e634dcdf900da0de09edbf3.tar.gz
[engine/changelog] Changelog for properties key names reorganization
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1855190 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 63757bf2..c424d146 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,10 @@
<body>
<release version="2.1" date="2019-03-03">
+ <action type="fix" dev="cbrisson" issue="VELOCITY-909">
+ Reorganization of configuration properties key names, for clarity and consistency,
+ see the <a href="configuration-property-changes-in-2.1.html">table of correspondance</a>.
+ </action>
<action type="fix" dev="cbrisson">
Rendering of arrays should display their content, as for lists
</action>