You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/01/16 20:26:23 UTC

svn commit: r496825 - /velocity/tools/trunk/xdocs/changes.xml

Author: nbubna
Date: Tue Jan 16 11:26:23 2007
New Revision: 496825

URL: http://svn.apache.org/viewvc?view=rev&rev=496825
Log:
add note about new EscapeTool method

Modified:
    velocity/tools/trunk/xdocs/changes.xml

Modified: velocity/tools/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/xdocs/changes.xml?view=diff&rev=496825&r1=496824&r2=496825
==============================================================================
--- velocity/tools/trunk/xdocs/changes.xml (original)
+++ velocity/tools/trunk/xdocs/changes.xml Tue Jan 16 11:26:23 2007
@@ -32,6 +32,7 @@
     <subsection name="1.3-dev">
         <p>This section describes changes after the 1.2 release.</p>
         <ul>
+        <li>Added url(String) method to EscapeTool for URL encoding. (cb)</li>
         <li>Added start.showcase.webapp and stop.showcase.webapp ant targets to manually launch the showcase webapp using the embedded Jetty servlet container. (cb)</li>
         <li>Added a testcases framework for generic and view tools. (cb)</li>
         <li>Changed VelocityViewServlet to look for toolbox config at "/WEB-INF/toolbox.xml" and velocity init properties at "/WEB-INF/velocity.properties" when no other locations are specified (i.e. change the standard location into a convention to reduce configuration needs). (ndb)</li>