Author: cbrisson
Date: Wed Nov 9 12:36:37 2016
New Revision: 1768925
URL: http://svn.apache.org/viewvc?rev=1768925&view=rev
Log:
[tools] update changelog
Modified:
velocity/tools/trunk/src/changes/changes.xml
Modified: velocity/tools/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/trunk/src/changes/changes.xml?rev=1768925&r1=1768924&r2=1768925&view=diff
==============================================================================
--- velocity/tools/trunk/src/changes/changes.xml (original)
+++ velocity/tools/trunk/src/changes/changes.xml Wed Nov 9 12:36:37 2016
@@ -26,6 +26,21 @@
<body>
<release version="3.0-SNAPSHOT" date="In Subversion">
+ <action type="fix" dev="cbrisson">
+ use static logging in Tools classes
+ </action>
+ <action type="add" dev="cbrisson">
+ new generic LogTool to emit logs from inside templates
+ </action>
+ <action type="add" dev="cbrisson">
+ drop unmaintained Struts tools
+ </action>
+ <action type="add" dev="cbrisson">
+ full review of BrowserTool implementation, update user-agents
detection algorithm
+ </action>
+ <action type="add" dev="cbrisson">
+ upgraded to servlet API 3.0.1
+ </action>
<action type="fix" dev="cbrisson">
Removed deprecated 1.x configuration handling and depreacted 1.x tools
initialization support
</action>