crystal v1.1.1 Release Notes

Release Date: 2021-07-26 // over 2 years ago
  • Language changes

    • โช Revert name of top-level module to main (#10993, thanks @beta-ziliani)

    Standard Library

    • ๐Ÿ›  Fix missing required args for Socket::Addrinfo::Error.new (#10960, thanks @straight-shoota)
    • ๐Ÿ›  Fix disable unnecessary spec on win32 (#10971, thanks @straight-shoota)
    • โœ‚ Remove incorrect type restrictions on index methods with offset (#10972, thanks @straight-shoota)
    • ๐Ÿ›  Fix: documentation of #step in Number and Char (#10966, #11006, thanks @beta-ziliani and @straight-shoota)

    Compiler

    • ๐Ÿ›  Fix parsing macro body with escaped backslash in literal (#10995, thanks @straight-shoota)

    Other

    • โšก๏ธ Updating aarch64 actions to use 1.0.0 images (#10976, thanks @beta-ziliani)