rutie v0.8.1 Release Notes

Release Date: 2020-09-28 // over 3 years ago
  • โž• Added

    • ๐Ÿ’Ž cargo feature no-link disables linking to libruby, thanks to @danlarkin
    • ๐ŸŽ‰ initial changes for Android support, thanks to @Riey

    ๐Ÿ”„ Changed

    • โšก๏ธ Optimized equality methods, thanks to @asppsa

    ๐Ÿ›  Fixed

    • Hash::each (via binding::hash::each) now calls rubysys::rb_hash_foreach with a callback that properly returns a st_retval instead of (), thanks to @danlarkin
    • ๐Ÿ›  fixed build warnings due to trait objects, thanks to @danlarkin
    • ๐Ÿ’Ž With dropping support for Ruby 2.4 we can now perfectly model the force_encoding method which checks if the object is frozen and raises the appropriate error.