aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2017-01-03 10:30:19 +0000
committerClaude Brisson <cbrisson@apache.org>2017-01-03 10:30:19 +0000
commit1967dd44043ed90a23ba3a00eaea4c5d30f49441 (patch)
treee3b31e82f71f7746444a10e84706ac77f05c9dd9 /src
parent77dff7afec5b0531cabacde084dcf3ee16fe83ef (diff)
downloadapache-velocity-engine-1967dd44043ed90a23ba3a00eaea4c5d30f49441.tar.gz
[engine] update changelog
git-svn-id: https://svn.apache.org/repos/asf/velocity/engine/trunk@1777106 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/changes/changes.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 939be630..3e62635c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>