From 61856e6ab9017f3b91b1b1c9849d13922b80f7d5 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Fri, 8 Apr 2016 09:53:20 +0200 Subject: CHANGES: Update --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index c2dcfe6..752376b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,21 @@ Babel Changelog =============== +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 ----------- -- cgit v1.2.1 From d587b88fc3bbc58bd9a4254cd638cede4de31eba Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 12 Apr 2016 09:44:25 +0300 Subject: Bump to 2.3.3 --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 752376b..396710b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,16 @@ Babel Changelog =============== +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 ------------- -- cgit v1.2.1 From 915236c61b95541a97a42532bbc41249049b77ef Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 22 Apr 2016 09:57:16 +0300 Subject: Bump to 2.3.4 --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 396710b..d4c0132 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,17 @@ 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 ------------- -- cgit v1.2.1