comparison ChangeLog @ 538:6069dbf79115

add changelog entry for #200
author fschwarz
date Fri, 11 Mar 2011 16:40:21 +0000
parents e57f6c0e371b
children 0fb55e21017c
comparison
equal deleted inserted replaced
536:9facabfe91d0 538:6069dbf79115
1 Version 1.0 1 Version 1.0
2 http://svn.edgewall.org/repos/babel/tags/1.0.0/ 2 http://svn.edgewall.org/repos/babel/tags/1.0.0/
3 (? ? 2010 from branches/stable/1.0.x) 3 (? ? 2011 from trunk)
4 4
5 * Added support for the locale plural rules defined by the CLDR. 5 * Added support for the locale plural rules defined by the CLDR.
6 * Added `format_timedelta` function to support localized formatting of 6 * Added `format_timedelta` function to support localized formatting of
7 relative times with strings such as "2 days" or "1 month" (ticket #126). 7 relative times with strings such as "2 days" or "1 month" (ticket #126).
8 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165). 8 * Fixed negative offset handling of Catalog._set_mime_headers (ticket #165).
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 exception if environment contains an invalid locale setting (#200)
30 31
31 32
32 Version 0.9.6 33 Version 0.9.6
33 http://svn.edgewall.org/repos/babel/tags/0.9.6/ 34 http://svn.edgewall.org/repos/babel/tags/0.9.6/
34 (? ? 2010, from branches/stable/0.9.x) 35 (? ? 2010, from branches/stable/0.9.x)
Copyright (C) 2012-2017 Edgewall Software