From f8d153ce081fc06862610ef05d9a805a40158f74 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 25 Feb 2015 16:57:52 -0600 Subject: [PATCH] [skip] update changes for bcp47 merge --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 23ab3054..be722c53 100644 --- a/CHANGES +++ b/CHANGES @@ -59,6 +59,7 @@ v2.0.0 (TBA) -Fixed (issue #744) - Fixed warnings of "Cleaning up unclosed ZipFile..." -Fixed (issue #757) - Download gradle binaries over https -Fixed (issue #402) - Fix issues when running user has no access to $HOME. +-Fixed (issue #761) - Added proper support for BCP47 localization tags -Fixed issue with attempting to decode .spi files as 9 patches (Thanks Furniel) -Fixed issue with APKs with multiple dex files. -Fixed issue with using Apktool without smali/baksmali for ApktoolProperties (Thanks teprrr)