nbubna 2003/12/05 22:11:56 Modified: xdocs changes.xml Log: add changes since 1.1-beta Revision Changes Path 1.12 +14 -0 jakarta-velocity-tools/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/jakarta-velocity-tools/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 19 Nov 2003 20:16:28 -0000 1.11 +++ changes.xml 6 Dec 2003 06:11:56 -0000 1.12 @@ -9,6 +9,20 @@ <section name="Velocity Tools Changes"> <p>This document tracks the changes in Velocity Tools between releases.</p> + <subsection name="1.1-dev"> + <p>This section describes changes after the 1.1-beta release.</p> + <ul> + <li>Made XMLToolboxManager not abstract (#24840). (ndb)</li> + <li>De-staticized non-private methods in RenderTool and LinkTool. (ndb)</li> + <li>Added NumberTool for formatting numbers (contributed by Mike Kienenberger). (ndb)</li> + <li>Filled out and cleaned up DateTool's toDate(...) methods. (ndb)</li> + <li>Changed VelocityViewServlet's error method to print the stack trace of the root cause when it encounters a MethodInvocationException. (ndb)</li> + <li>Added importAttributes() method to TilesTool to automatically put all attributes of the current Tiles context into the Velocity context. (maj)</li> + <li>Replaced TilesTool's getString(String) method with getAttribute(String) in order to support "put lists." (maj)</li> + </ul> + </p> + </subsection> + <subsection name="1.1-beta1"> <p>This section describes changes after the 1.0 release.</p> <ul>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]