summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-30 02:13:45 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-30 02:13:45 +0200
commitb409813eff5142e1856e5e57c221b72d8d5b978b (patch)
tree7069397cc75a81f0d46b0945537f110e4a2df961 /CHANGES
parenteead4a3773a241bbf2567f805a7fb26b4cf962a9 (diff)
downloadbabel-b409813eff5142e1856e5e57c221b72d8d5b978b.tar.gz
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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
-----------