[engine] Update changelog

git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1854387 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1597ddf..545d025 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