add change note about fixing spacing

This commit is contained in:
Connor Tumbleson 2014-02-09 20:08:04 -06:00
parent 94b90a6dd2
commit f980cfad97

View File

@ -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)