aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-02-26 14:37:53 +0000
committerClaude Brisson <cbrisson@apache.org>2019-02-26 14:37:53 +0000
commit8d9f910e2331754dfea2c51964850b065366190d (patch)
tree5e7fa6b20b5442e21c538262b26ea18ad080ea9d /src
parent1a19a60c60668035f33e893bbf9fcd7552275c0b (diff)
downloadapache-velocity-engine-8d9f910e2331754dfea2c51964850b065366190d.tar.gz
[engine] Update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1854387 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1597ddfb..545d0250 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,13 @@
<body>
<release version="2.1" date="In subversion">
+ <action type="add" dev="cbrisson" issue="VELOCITY-892">
+ Deprecate the Class to Class CoversionHandler in favor of a Class to Type TypeConversionHandler, which allows
+ to specity converters towards generic types specializations. The minimum JDK is now 1.8.
+ </action>
+ <action type="fix" dev="michaelo" issue="VELOCITY-908">
+ Rely on Locale.ROOT for lowercase/uppercase operations.
+ </action>
<action type="add" dev="cbrisson" issue="VELOCITY-904">
Added the <code>velocimacro.preserve.arguments.literals</code> flag (false by default), for backward compatibility.
When true, for any macro argument that evaluates to null, the macro will display the provided argument literal representation