Mercurial > babel > mirror
diff 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 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,8 @@ string does not contain any string formattings (ticket #150). * Fix Serbian plural forms (ticket #213). * Small speed improvement in format_date() (ticket #216). + * Fix so frontend.CommandLineInterface.run does not accumulate logging + handlers (#227, reported with initial patch by dfraser) * Fix exception if environment contains an invalid locale setting (#200) @@ -59,6 +61,8 @@ items (ticket #217) * Fix bad check in format_time (ticket #257, reported with patch and tests by jomae) + * Fix so frontend.CommandLineInterface.run does not accumulate logging + handlers (#227, reported with initial patch by dfraser) * Fix exception if environment contains an invalid locale setting (#200)