aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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">