From f980cfad97e5f76596f7dc306fa478f22a21f19c Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sun, 9 Feb 2014 20:08:04 -0600 Subject: [PATCH] add change note about fixing spacing --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index c0ff0625..ea7a8885 100644 --- a/CHANGES +++ b/CHANGES @@ -32,6 +32,7 @@ v2.0.0 (TBA) -Fixed (issue #589) - Fixed apk's with one package named "android" from improper decoding. -Fixed (issue #601) - Make StringBlock thread safe (Thanks aluedeke) -Fixed (issue #238) - Fixed truncated UTF-16 strings +-Fixed (issue #584) - Fixed horrible spacing, aligned for 4 spaces. -Added output to list Apktool version to help debugging. -Updated known bytes for configurations to 38 (from addition of layout direction) -Fixed NPE when handling odex apks even with --no-src specified. (Thanks Rodrigo Chiossi)