]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Add the latest changes backported from master to the 2.x branch 251/head
authorErick Wilder <erickwilder@gmail.com>
Wed, 23 Sep 2015 15:57:35 +0000 (12:57 -0300)
committerErick Wilder <erickwilder@gmail.com>
Thu, 24 Sep 2015 14:55:53 +0000 (11:55 -0300)
CHANGES

diff --git a/CHANGES b/CHANGES
index 319f1d02936f7ee4a923798bc2d113af00582d53..cfd8aaaeaf77065a529cb22043ff0dbb1d4f2f11 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,8 +3,21 @@ Babel Changelog
 
 Version 2.1
 -----------
-(bugfix release, to be defined)
-- Fix Locale.parse using ``global.dat`` incompatible types (https://github.com/mitsuhiko/babel/issues/174)
+
+(bugfix release, released on September 25th 2015)
+
+- Fix Locale.parse using ``global.dat`` incompatible types 
+  (https://github.com/python-babel/babel/issues/174)
+- Fix display of negative offsets in ``FixedOffsetTimezone``
+  (https://github.com/python-babel/babel/issues/214)
+- Improved odict performance which is used during localization file
+  build, should improve compilation time for large projects
+- Add support for "narrow" format for ``format_timedelta``
+- Add universal wheel support
+- Support 'Language' header field in .PO files 
+  (fixes https://github.com/python-babel/babel/issues/76)
+- Test suite enhancements (coverage, broken tests fixed, etc)
+- Documentation updated
 
 Version 2.0
 -----------