comparison ChangeLog @ 541:4bdbc32c5b64

add actual unit tests for #227 and add missing changelog entry
author fschwarz
date Fri, 11 Mar 2011 16:48:36 +0000
parents 0fb55e21017c
children 632b2338e6dd
comparison
equal deleted inserted replaced
539:0fb55e21017c 541:4bdbc32c5b64
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/
Copyright (C) 2012-2017 Edgewall Software