From 5b3db86e6c075760425729b92f2d6419e302ea69 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 20 Nov 2014 20:36:26 -0600 Subject: [PATCH] [skip] update changes --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index cf1d628e..77c9419a 100644 --- a/CHANGES +++ b/CHANGES @@ -48,6 +48,8 @@ v2.0.0 (TBA) -Fixed (issue #664) - Fixed issue with apks with large StringPools failing to decode. -Fixed (issue #447) - Fixed bad cast of ResStringValue to ResAtr by handling ResStringValue correctly (Thanks whydoubt) -Fixed (issue #689) - Fixed issue with hard coding extension as PNG. +-Fixed (issue #653) - Added Android Lollipop support. +-Fixed (issue #706) - Added support for TYPE_DYNAMIC_REFERENCE. -Fixed issue with APKs with multiple dex files. -Fixed issue with using Apktool without smali/baksmali for ApktoolProperties (Thanks teprrr) -Fixed issue with non-URI standard characters in apk name (Thanks rover12421)