crystal v0.19.4 Release Notes

Release Date: 2016-10-07 // over 7 years ago
    • โž• Added support for OpenBSD (thanks @wmoxam and @ysbaddaden)
    • ๐Ÿ›  More iconv fixes for FreeBSD (thanks @ysbaddaden)
    • ๐Ÿš€ Changed how require works for the upcoming shards release (this is backwards compatible). See https://github.com/crystal-lang/crystal/pull/2788
    • โž• Added Atomic and exposed all LLVM atomic instructions to Crystal (needed to implemented multiple-thread support)
    • โž• Added Process.executable_path (thanks @kostya, @whereami and @ysbaddaden)
    • โž• Added HTML.unescape (thanks @dukex)
    • โž• Added Char#+(Int) and Char#-(Int)
    • ๐Ÿ›  A few bug fixes