crystal v1.4.1 Release Notes

Release Date: 2022-04-22 // about 2 years ago
  • Standard Library

    Collection

    • Avoid compile-time error on empty NamedTuples. (#12007, thanks @I3oris)

    Files

    • โž• Add missing fun def for __xstat (#11985, thanks @straight-shoota)

    โš™ Runtime

    • โž• Add pthread link annotations in lib bindings (#12013, thanks @straight-shoota)
    • ๐Ÿ›  Fix GC typedefs on Windows (#11963, thanks @HertzDevil)

    Compiler

    Semantic

    • ๐Ÿšš Compiler: remove duplicate instance vars once we know them all (#11995, thanks @asterite)