summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-28 23:13:21 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-28 23:13:21 +0200
commit4117268d15375da88cbe86da873133c67493a982 (patch)
treeaadb07b63b2f12d298f0196e0612b7b0bb1faaeb /CHANGES
parente38b777613b1dfdff0fa6f2433d16ca5e7e1b718 (diff)
downloadbabel-4117268d15375da88cbe86da873133c67493a982.tar.gz
Fixed #37 (likely subtag resolving)
This fixes some locales not loading correctly (like zh_CN) that are defined through simplified rules in the likely-subtag mapping.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 286e3d6..13f1ad8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@ Version 1.3
(bugfix release, release date to be decided)
+- Fixed a bug in likely-subtag resolving for some common locales.
+ This primarily makes ``zh_CN`` work again which was broken
+ due to how it was defined in the likely subtags combined with
+ our broken resolving. This fixes #37.
+
Version 1.2
-----------