simplify v1.1.0 Release Notes

Release Date: 2016-08-06 // over 7 years ago
  • ๐Ÿ†• New release. It's not just a point release because there were some API changes in smalivm. Here's the changelog:

    • ๐Ÿ‘ Allow static initialization of fields using literals, e.g. .field myInt:I = 0x42
    • ๐Ÿ›  Fixed several problems with looking up inherited fields
    • ๐Ÿ‘ Better merging of states from called methods
    • ๐Ÿ‘ Better exception handling - implement throw and move-exception
    • ๐Ÿ‘Œ Improved correctness for instance-of and check-cast ops
    • ๐Ÿ‘Œ Improved correctness for java.lang.reflect.Field.get() emulated method
    • ๐Ÿšš API change - much of the functionality in ClassManager was moved to VirtualGeneric
    • ๐Ÿ›  Fixed many small bugs and possibly added a few new ones
    • ๐Ÿ›  Fixed embarrassingly large number of typos