Babel v0.9.4 Release Notes

  • ๐Ÿš€ (released on August 25th 2008)

    • 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.
    • ๐Ÿ›  Fixed a serious memory leak that was introduces by the support for CLDR aliases in 0.9.3 (:trac:128).
    • Locale modifiers such as "@euro" are now stripped from locale identifiers when parsing (:trac:136).
    • The system locales "C" and "POSIX" are now treated as aliases for "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to Manlio Perillo for the suggestion.
    • ๐Ÿ›  Fixed JavaScript extraction for regular expression literals (:trac:138) and concatenated strings.
    • ๐ŸŒ The Translation class in babel.support can now manage catalogs with different message domains, and exposes the family of d*gettext functions (:trac:137).