summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse@schuirmann.net>2015-09-25 09:08:13 +0200
committerLasse Schuirmann <lasse@schuirmann.net>2015-09-25 09:08:13 +0200
commitbc69c4abac621a3cabb85b4da63d7d8982abf4b8 (patch)
tree641fd57684e60f04535d88f311e730fbdfd9fd7c
parent7e38ca8b2ce0032e1b5bc7f5819a1a10afcdef0e (diff)
parent00b5da963a3bd4e76ecbed1c3427382e7d524167 (diff)
downloadbabel-bc69c4abac621a3cabb85b4da63d7d8982abf4b8.tar.gz
Merge pull request #251 from erickwilder/update-changes
2.1 release preparation
-rw-r--r--CHANGES17
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 319f1d0..cfd8aaa 100644
--- 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
-----------