aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-06-06 00:02:04 +0000
committerClaude Brisson <cbrisson@apache.org>2019-06-06 00:02:04 +0000
commit16e61549ee254e4331231375d1f242c643dec8cc (patch)
treed35e57cd72ebcfafe9adc1cb09a42cc6921a5d6a /src
parente1e494870d13a58cc23a6209aac6e0fe67dae1cc (diff)
downloadapache-velocity-engine-16e61549ee254e4331231375d1f242c643dec8cc.tar.gz
[engine] Update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1860692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7035ffc9..1af19146 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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