aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2019-09-06 18:34:12 +0000
committerClaude Brisson <cbrisson@apache.org>2019-09-06 18:34:12 +0000
commit2ab4e378a26e71d48449957ccf00d5bd4ef02306 (patch)
tree59a63e6cbd1e8a332234b0167d201659c0f9b232 /src
parent134a78be0fbdf3a6218317999536499ac9734cce (diff)
downloadapache-velocity-engine-2ab4e378a26e71d48449957ccf00d5bd4ef02306.tar.gz
[engine] Update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1866530 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 8f7ec607..f63b0a17 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,6 +26,13 @@
<body>
<release version="2.2" date="Not yet released">
+ <action type="fix" dev="cbrisson" issue="VELOCITY-919">
+ Fix abnormal suppression of zero-width whitespaces
+ </action>
+ <action type="add" dev="cbrisson" issue="VELOCITY-917">
+ Added an example of how to build a customized parser where the '#', '$', '*' and '@'
+ can be replaced by any character
+ </action>
<action type="add" dev="cbrisson" issue="VELOCITY-916">
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