Author: cbrisson
Date: Mon Oct  1 09:21:32 2018
New Revision: 1842441

URL: http://svn.apache.org/viewvc?rev=1842441&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=1842441&r1=1842440&r2=1842441&view=diff
==============================================================================
--- velocity/tools/trunk/src/changes/changes.xml (original)
+++ velocity/tools/trunk/src/changes/changes.xml Mon Oct  1 09:21:32 2018
@@ -25,6 +25,26 @@
   </properties>
   <body>
     <release version="3.0-SNAPSHOT" date="In Subversion">
+      <action type="fix" dev="michaelo">
+        JsonTool now uses an explicit dependency to 
<code>com.github.cliftonlabs.json-simple</code>
+      </action>
+      <action type="fix" dev="cbrisson">
+        The <code>tools.xml</code> file can now use XInclude file inclusion 
mechanism
+      </action>
+      <action type="fix" dev="cbrisson">
+        Most tools are now serializable
+      </action>
+      <action type="fix" dev="cbrisson">
+        CollectionTool.sort() now filters out null elements
+      </action>
+      <action type="fix" dev="cbrisson">
+        ViewLayoutServlet layout cannot be changed using GET parameters, 
unless configured with the
+        <code>tools.view.servlet.layout.dynamic</code> servlet param to true
+      </action>
+      <action type="fix" dev="cbrisson">
+        Review tools-view initialization: default tools are now loaded only 
when asked for via the <code>org.apache.velocity.tools.loadDefaults</code>
+        parameter (as an init or servlet parameter).
+      </action>
       <action type="fix" dev="cbrisson">
         Drop undocumented autoloaded tools feature, and have 
org.apache.velocity.tools.loadDefaults default to false
       </action>


Reply via email to