Author: cbrisson
Date: Tue Jan  3 10:30:19 2017
New Revision: 1777106

URL: http://svn.apache.org/viewvc?rev=1777106&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=1777106&r1=1777105&r2=1777106&view=diff
==============================================================================
--- velocity/engine/trunk/src/changes/changes.xml (original)
+++ velocity/engine/trunk/src/changes/changes.xml Tue Jan  3 10:30:19 2017
@@ -28,6 +28,18 @@
     <release version="2.0" date="In Subversion">
 
       <action type="add" dev="cbrisson">
+        Reviewed event handling API:
+        <ul>
+          <li>added a Context argument for all events</li>
+          <li>got rid of the Executor pattern ; event handlers are directly 
called by the cartridge</li>
+        </ul>
+      </action>
+
+      <action type="add" dev="cbrisson">
+        Removed references to ExtProperties from the engine configuration API.
+      </action>
+
+      <action type="add" dev="cbrisson">
          Default encoding is now UTF-8.
       </action>
         


Reply via email to