From: Christopher Lenz Date: Mon, 16 Jul 2007 16:55:08 +0000 (+0000) Subject: Updated ChangeLog. X-Git-Tag: 1.0~430 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b05abc6ec64ea099fec2fd6598cfbd4dc8c397;p=thirdparty%2Fbabel.git Updated ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index cb852137..5576dc9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,11 +4,13 @@ http://svn.edgewall.org/repos/babel/tags/0.9.0/ * The `new_catalog` distutils command has been renamed to `init_catalog` for consistency with the command-line frontend. - * Added compilation of message catalogs to MO files. - * Added updating of message catalogs from POT files. + * Added compilation of message catalogs to MO files (ticket #21). + * Added updating of message catalogs from POT files (ticket #22). * Support for significant digits in number formatting. * Apply proper "banker's rounding" in number formatting in a cross-platform manner. + * The number formatting functions now also work with numbers represented by + Python `Decimal` objects (ticket #53). Version 0.8.1