simplify v1.2.0 Release Notes

Release Date: 2017-07-30 // over 6 years ago
  • ๐Ÿš€ This release fixes a lot of bugs and changes the output format to make it a little easier to read. Thanks to the many people who reported bugs. You brave souls!

    Here's a quick overview of the changes:

    • Visual indicator of progress through classes and methods, and some simple run time stats
    • ๐Ÿ›  Fix for enum instantiation, objects created via reflection have more correct type
    • ๐Ÿ‘Œ Improved type flow, when a method can't be invoked because arguments aren't valid, don't use type from method signature unless it's more specific than type of the argument
    • ๐Ÿ‘Œ Improved correctness for aput ops
    • ๐Ÿ‘Œ Improved correctness when determining consensus type
    • ๐Ÿ‘Œ Improved correctness when updating argument identities during multiverse collapse
    • โšก๏ธ Updated dependencies, notably dexlib updated to 2.2.1
    • โšก๏ธ Updated reference framework to Android-25
    • Implemented monitor-enter and monitor-exit opcodes (used to be handled by UnknownOp)