summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-31 22:48:52 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-31 22:48:52 +0200
commita42ac1bbae0b9dbc618e8a83b4d1315732f402f5 (patch)
tree51877d3f27150e28f6378ebff48841e23da3fe76 /CHANGES
parente224a7b134d23a3c89cbb7ad492e684267023934 (diff)
downloadbabel-a42ac1bbae0b9dbc618e8a83b4d1315732f402f5.tar.gz
Fixed a CLDR import error on windows.
When building the CLDR data from scratch the process would break on windows because the timezone mapping is not available yet. This fixes #43.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8b93fd2..219f7cf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,8 @@ Version 1.4
converted properly by the subtag resolving. This for instance
showed up when trying to use ``und_UK`` as a language code
which now properly resolves to ``en_GB``.
+- Fixed a bug that made it impossible to import the CLDR data
+ from scratch on windows systems.
Version 1.3
-----------