Author: cbrisson
Date: Tue Feb 26 14:37:53 2019
New Revision: 1854387

URL: http://svn.apache.org/viewvc?rev=1854387&view=rev
Log:
[engine] Update changelog

Modified:
    velocity/engine/trunk/src/changes/changes.xml

Modified: velocity/engine/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/velocity/engine/trunk/src/changes/changes.xml?rev=1854387&r1=1854386&r2=1854387&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Tue Feb 26 14:37:53 2019
@@ -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


Reply via email to