# HG changeset patch # User cmlenz # Date 1184604908 0 # Node ID a9371d7a9929195307fc906f9ad564c3b94aee32 # Parent b566f483b763b4ff391151ec0c62b82644b3b02e Updated ChangeLog. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -4,11 +4,13 @@ * 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