Author: cbrisson
Date: Fri Nov 11 20:38:51 2016
New Revision: 1769340

URL: http://svn.apache.org/viewvc?rev=1769340&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=1769340&r1=1769339&r2=1769340&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Fri Nov 11 20:38:51 2016
@@ -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">


Reply via email to