You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2018/10/01 09:57:29 UTC

svn commit: r1842446 - /velocity/tools/trunk/src/changes/changes.xml

Author: cbrisson
Date: Mon Oct  1 09:57:29 2018
New Revision: 1842446

URL: http://svn.apache.org/viewvc?rev=1842446&view=rev
Log:
[tools] fix changelog

(Maintaining this changelog is rather tedious and ankward. There are no dates, no references to commits, what to include or not is not very clear...)


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=1842446&r1=1842445&r2=1842446&view=diff
==============================================================================
--- velocity/tools/trunk/src/changes/changes.xml (original)
+++ velocity/tools/trunk/src/changes/changes.xml Mon Oct  1 09:57:29 2018
@@ -25,6 +25,9 @@
   </properties>
   <body>
     <release version="3.0-SNAPSHOT" date="In Subversion">
+      <action type="add" dev="michaelo">
+        upgraded to servlet API 3.1.0
+      </action>
       <action type="fix" dev="michaelo">
         JsonTool now uses an explicit dependency to <code>com.github.cliftonlabs.json-simple</code>
       </action>
@@ -114,9 +117,6 @@
         <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>