summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2017-03-14 10:32:00 +0200
committerAarni Koskela <akx@iki.fi>2017-03-14 10:32:00 +0200
commit71076784de3541de8abf3aa7db35c09eedff9134 (patch)
treeaae839743779a3f9880efa75464e26becb97395d /CHANGES
parent6f0d13b61002893e3ed862b03b2df60733e320b9 (diff)
parent6a1491a6ac5d850498ba834a55815a8f18deba4e (diff)
downloadbabel-71076784de3541de8abf3aa7db35c09eedff9134.tar.gz
Merge 2.3.x release branch
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES36
1 files changed, 36 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8de00b0..9feab7c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,42 @@
Babel Changelog
===============
+Version 2.3.4
+-------------
+
+(Bugfix release, released on April 22th)
+
+Bugfixes
+~~~~~~~~
+
+* CLDR: The lxml library is no longer used for CLDR importing, so it should not cause strange failures either. Thanks to @aronbierbaum for the bug report and @jtwang for the fix. (https://github.com/python-babel/babel/pull/393)
+* CLI: Every last single CLI usage regression should now be gone, and both distutils and stand-alone CLIs should work as they have in the past. Thanks to @paxswill and @ajaeger for bug reports. (https://github.com/python-babel/babel/pull/389)
+
+Version 2.3.3
+-------------
+
+(Bugfix release, released on April 12th)
+
+Bugfixes
+~~~~~~~~
+
+* CLI: Usage regressions that had snuck in between 2.2 and 2.3 should be no more. (https://github.com/python-babel/babel/pull/386) Thanks to @ajaeger, @sebdiem and @jcristovao for bug reports and patches.
+
+Version 2.3.2
+-------------
+
+(Bugfix release, released on April 9th)
+
+Bugfixes
+~~~~~~~~
+
+* Dates: Period (am/pm) formatting was broken in certain locales (namely zh_TW). Thanks to @jun66j5 for the bug report. (https://github.com/python-babel/babel/issues/378, https://github.com/python-babel/babel/issues/379)
+
+Version 2.3.1
+-------------
+
+(Bugfix release because of deployment problems, released on April 8th)
+
Version 2.3
-----------