aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2016-11-11 20:38:51 +0000
committerClaude Brisson <cbrisson@apache.org>2016-11-11 20:38:51 +0000
commit0e5b73ef438edd8607d7ced052446fab811df146 (patch)
tree0fccef2702636af7092f400ac8961853a6dba758 /src
parent25b1fe9c4a4343533c3d946bfcea7c6915f637b2 (diff)
downloadapache-velocity-engine-0e5b73ef438edd8607d7ced052446fab811df146.tar.gz
[engine] update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1769340 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 7837649d..59f13b2d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,7 +28,20 @@
<release version="2.0" date="In Subversion">
<action type="add" dev="cbrisson">
- Added unary negate math operator
+ Make Velocity use the base logger namespace 'org.apache.velocity' unless specified with runtime.log.name in the configuration, and have the runtime instance log with this base namespace, and other modules log with children namespaces:
+ <ul>
+ <li>directive, and velocity.directive.[directivename]</li>
+ <li>parser</li>
+ <li>loader and loader.[loadername]</li>
+ <li>macro</li>
+ <li>rendering</li>
+ <li>event</li>
+ </ul>
+ Get rid of UberspectLoggable interface.
+ </action>
+
+ <action type="add" dev="cbrisson">
+ Added unary negate math operator
</action>
<action type="add" dev="cbrisson">