From: Armin Ronacher Date: Mon, 27 Jul 2015 11:27:44 +0000 (+0200) Subject: Updated changelog X-Git-Tag: 2.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf1a1f0fe8a395d4ba9404d7f629b7917b697de;p=thirdparty%2Fbabel.git Updated changelog --- diff --git a/CHANGES b/CHANGES index 7f44c5f9..9dc814d4 100644 --- a/CHANGES +++ b/CHANGES @@ -4,11 +4,14 @@ Babel Changelog Version 2.0 ----------- -(release date to be decided, codename to be selected) +(Released on July 27th 2015, codename Second Coming) - Added support for looking up currencies that belong to a territory through the :func:`babel.numbers.get_territory_currencies` function. +- Improved Python 3 support. +- Fixed some broken tests for timezone behavior. +- Improved various smaller things for dealing with dates. Version 1.4 -----------