From b409813eff5142e1856e5e57c221b72d8d5b978b Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 30 Jul 2013 02:13:45 +0200 Subject: Added support for territory currency lookups. The main usecase of this is to figure out at what point in time did a country use a certain currency. The default behavior is to use the current date. This fixes #42 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 7dbaf25..147124e 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Version 2.0 (release date to be decided, codename to be selected) +- Added support for looking up currencies that belong to a territory + through the :func:`babel.numbers.get_territory_currencies` + function. + Version 1.4 ----------- -- cgit v1.2.1