From fc189e434b86406bece610abd4b226e8279f3aa6 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sun, 29 Mar 2015 09:32:55 -0500 Subject: [PATCH] [skip] update changelog to reflect fix of #878 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 95fe0005..9b024531 100644 --- a/CHANGES +++ b/CHANGES @@ -61,6 +61,7 @@ v2.0.0 (TBA) -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 #658) - Fixes Ampersand in "<" gets replaced with "&" in plural strings +-Fixed (issue #878) - Correctly handles compression type for unknown files (Thanks simtel12) -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)