Mercurial > babel > mirror
comparison ChangeLog @ 539:6d5452061971 trunk
add actual unit tests for #227 and add missing changelog entry
author | fschwarz |
---|---|
date | Fri, 11 Mar 2011 16:48:36 +0000 |
parents | 93fc8b202287 |
children | 1de26da5aa25 |
comparison
equal
deleted
inserted
replaced
537:93fc8b202287 | 539:6d5452061971 |
---|---|
25 (Jython compatibility). | 25 (Jython compatibility). |
26 * Removed ValueError raising for string formatting message checkers if the | 26 * Removed ValueError raising for string formatting message checkers if the |
27 string does not contain any string formattings (ticket #150). | 27 string does not contain any string formattings (ticket #150). |
28 * Fix Serbian plural forms (ticket #213). | 28 * Fix Serbian plural forms (ticket #213). |
29 * Small speed improvement in format_date() (ticket #216). | 29 * Small speed improvement in format_date() (ticket #216). |
30 * Fix so frontend.CommandLineInterface.run does not accumulate logging | |
31 handlers (#227, reported with initial patch by dfraser) | |
30 * Fix exception if environment contains an invalid locale setting (#200) | 32 * Fix exception if environment contains an invalid locale setting (#200) |
31 | 33 |
32 | 34 |
33 Version 0.9.6 | 35 Version 0.9.6 |
34 http://svn.edgewall.org/repos/babel/tags/0.9.6/ | 36 http://svn.edgewall.org/repos/babel/tags/0.9.6/ |
57 * Small speed improvement in format_date() (ticket #216). | 59 * Small speed improvement in format_date() (ticket #216). |
58 * Fix number formatting for locales where CLDR specifies alt or draft | 60 * Fix number formatting for locales where CLDR specifies alt or draft |
59 items (ticket #217) | 61 items (ticket #217) |
60 * Fix bad check in format_time (ticket #257, reported with patch and tests by | 62 * Fix bad check in format_time (ticket #257, reported with patch and tests by |
61 jomae) | 63 jomae) |
64 * Fix so frontend.CommandLineInterface.run does not accumulate logging | |
65 handlers (#227, reported with initial patch by dfraser) | |
62 * Fix exception if environment contains an invalid locale setting (#200) | 66 * Fix exception if environment contains an invalid locale setting (#200) |
63 | 67 |
64 | 68 |
65 Version 0.9.5 | 69 Version 0.9.5 |
66 http://svn.edgewall.org/repos/babel/tags/0.9.5/ | 70 http://svn.edgewall.org/repos/babel/tags/0.9.5/ |