summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2015-09-25 14:54:47 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2015-09-25 14:54:47 +0200
commit88c978c33c3510e7624d786aabc95dac20ad714f (patch)
treeb8f68289dc9babcea044e6a48246c3ce4df65676 /CHANGES
parent46a234e6a616b0c4b13a6c4c6a5a318fa55098fb (diff)
downloadbabel-88c978c33c3510e7624d786aabc95dac20ad714f.tar.gz
CHANGES: Update changes from last release
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 23 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 16151b7..d28b0f7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,9 +8,31 @@ Version 3.0
- Upgraded data to CLDR 26
- Add official support for Python 3.4
+
+Version 2.2
+-----------
+
+(Bugfix/minor feature release, to be released.)
+
+- TODO
+
+Version 2.1
+-----------
+
+(Bugfix/minor feature 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 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
-----------