Author: cbrisson
Date: Thu Jun  6 00:02:04 2019
New Revision: 1860692

URL: http://svn.apache.org/viewvc?rev=1860692&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=1860692&r1=1860691&r2=1860692&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Thu Jun  6 00:02:04 2019
@@ -25,10 +25,23 @@
   </properties>
 
   <body>
+    <release version="2.2" date="Not yet released">
+        <action type="add" dev="cbrisson">
+            Implement template location tracking with slf4j MDC tags; disabled 
by default, activated
+            with <code>runtime.log.track_location</code>. Once activated, an 
MDC-aware logger will be
+            able to display the <code>file</code>, <code>line</code> and 
<code>column</code> MDC tags
+        </action>
+        <action type="fix" dev="cbrisson">
+            Introspection: favor non-vararg methods on ambiguities as does the 
Java compiler
+        </action>
+        <action type="fix" dev="cbrisson" issue="VELOCITY-912">
+            Also allow hyphen in subproperties when the corresponding backward 
compatibility flag is on
+        </action>
+    </release>
     <release version="2.1" date="2019-03-15">
         <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>.
+            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


Reply via email to