Mercurial > babel > mirror
diff ChangeLog @ 396:0058b7f41d9a trunk
Fixed quarters in date formatting.
author | cmlenz |
---|---|
date | Tue, 15 Jul 2008 16:34:18 +0000 |
parents | a0457635279d |
children | 953a531232ca |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,15 @@ relative times with strings such as "2 days" or "1 month" (ticket #126). +Version 0.9.4 +http://svn.edgewall.org/repos/babel/tags/0.9.4/ +(???, from branches/stable/0.9.x) + + * Currency symbol definitions that is defined with choice patterns in the + CLDR data are no longer imported, so the symbol code will be used instead. + * Fixed quarter support in date formatting. + + Version 0.9.3 http://svn.edgewall.org/repos/babel/tags/0.9.3/ (Jul 9 2008, from branches/stable/0.9.x)