From 4ed8d23c5784bdd70e4dae56b3915138bc0f204b Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 27 Dec 2014 07:13:39 -0600 Subject: [PATCH] [skip] update changes for bugs fixed in recent commits --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 83e93146..fa438def 100644 --- a/CHANGES +++ b/CHANGES @@ -53,6 +53,8 @@ v2.0.0 (TBA) -Fixed (issue #685) - Fixed invalid attrs values with Android Lollipop. -Fixed (issue #713) - Fixed issue with packages that had shared library resources. -Fixed (issue #329) - Fixed issue with incorrectly identifying similarly named strings as ResFileValues. +-Fixed (issue #590) - Fixed issue with segfaulting aapt with certain apks. +-Fixed (issue #545) - Fixed issue with undefined attrs w/ updated internal frameworks -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)