From: Isaac Jurado Date: Fri, 28 Aug 2015 18:50:52 +0000 (+0200) Subject: Update CHANGES and AUTHORS information X-Git-Tag: dev-2a51c9b95d06~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1195832ffde046c94565b6a47b39312fbca2a6e;p=thirdparty%2Fbabel.git Update CHANGES and AUTHORS information --- diff --git a/AUTHORS b/AUTHORS index 09d0bc03..b9208fe5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -18,6 +18,8 @@ Contributors: - Nick Retallack - Thomas Waldmann - Lennart Regebro +- Isaac Jurado +- Craig Loftus Babel was previously developed under the Copyright of Edgewall Software. The following copyright notice holds true for releases before 2013: "Copyright (c) diff --git a/CHANGES b/CHANGES index 87394d48..77c426c2 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,8 @@ Version 2.2 - Add official support for Python 3.4 - Use the CLDR recommended amount of decimal digits when formatting currencies (https://github.com/python-babel/babel/issues/139) +- Properly load and use currency format types + (https://github.com/python-babel/babel/issues/201) Version 2.1 -----------