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/02/16 02:29:54 UTC

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

Author: nbubna
Date: Thu Feb 15 17:29:53 2007
New Revision: 508273

URL: http://svn.apache.org/viewvc?view=rev&rev=508273
Log:
add noteworthy changes since 1.3

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=508273&r1=508272&r2=508273
==============================================================================
--- velocity/tools/trunk/xdocs/changes.xml (original)
+++ velocity/tools/trunk/xdocs/changes.xml Thu Feb 15 17:29:53 2007
@@ -29,7 +29,17 @@
   <section name="Velocity Tools Changes">
     <p>This document tracks the changes in Velocity Tools between releases.</p>
 
-    <subsection name="1.3-dev">
+    <subsection name="1.4-dev">
+        <p>This section describes changes after the 1.3 release.</p>
+        <ul>
+        <li>Add ComparisonDateTool (with some tests and showcase demos) for comparing dates and displaying the comparisons textually. Thanks to Chris Townsen for the initial implementation. (ndb)</li>
+        <li>Add ability to configure default Locale for DateTool and to lock down configure() so it is safe to use in application scope. (ndb)</li>
+        <li>Add better support for dynamic locales in MessageTool. Thanks to Christopher Schultz. (ndb)</li>
+        <li>Use ResourceTool for common text throughout the Showcase example. (ndb)</li>
+        </ul>
+    </subsection>
+
+    <subsection name="1.3">
         <p>This section describes changes after the 1.2 release.</p>
         <ul>
         <li>Added ResourceTool and ViewResourceTool for access to and use of ResourceBundles. (ndb)</li>