Author: nbubna Date: Tue Feb 20 17:10:07 2007 New Revision: 509847 URL: http://svn.apache.org/viewvc?view=rev&rev=509847 Log: add note about NumberTool configurability
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=509847&r1=509846&r2=509847 ============================================================================== --- velocity/tools/trunk/xdocs/changes.xml (original) +++ velocity/tools/trunk/xdocs/changes.xml Tue Feb 20 17:10:07 2007 @@ -32,6 +32,7 @@ <subsection name="1.4-dev"> <p>This section describes changes after the 1.3 release.</p> <ul> + <li>Make default locale and format for NumberTool configurable, just as they are in DateTool. (ndb)</li> <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>