Mercurial > babel > mirror
comparison ChangeLog @ 587:964cd2ec6f94 trunk
parse_decimal() now returns Decimals not floats, API change (#178)
author | fschwarz |
---|---|
date | Mon, 06 Aug 2012 20:19:20 +0000 |
parents | 5c9dba5dd311 |
children | c8bef607128c |
comparison
equal
deleted
inserted
replaced
586:46410022772a | 587:964cd2ec6f94 |
---|---|
43 with more than 7 significant digits (#183) | 43 with more than 7 significant digits (#183) |
44 * fix format_date() with datetime parameter (#282, patch from Xavier Morel) | 44 * fix format_date() with datetime parameter (#282, patch from Xavier Morel) |
45 * fix format_decimal() with small Decimal values (#214, patch from George Lund) | 45 * fix format_decimal() with small Decimal values (#214, patch from George Lund) |
46 * fix handling of messages containing '\\n' (#198) | 46 * fix handling of messages containing '\\n' (#198) |
47 * handle irregular multi-line msgstr (no "" as first line) gracefully (#171) | 47 * handle irregular multi-line msgstr (no "" as first line) gracefully (#171) |
48 * parse_decimal() now returns Decimals not floats, API change (#178) | |
48 | 49 |
49 | 50 |
50 Version 0.9.6 | 51 Version 0.9.6 |
51 http://svn.edgewall.org/repos/babel/tags/0.9.6/ | 52 http://svn.edgewall.org/repos/babel/tags/0.9.6/ |
52 (Mar 17 2011, from branches/stable/0.9.x) | 53 (Mar 17 2011, from branches/stable/0.9.x) |