Skip to content

0.21.1

Compare
Choose a tag to compare
@asterite asterite released this 07 Mar 13:27
· 6144 commits to master since this release
  • Improved lookup of abstract def implementors (see #4052)
  • Improved allocation of objects without pointer instance variables using malloc_atomic (see #4081)
  • Added crystal --version reports also the LLVM version (see #4095, thanks @matiasgarciaisaia)
  • Fixed instance variables initializers corner cases (see #3988)
  • Fixed crystal play was broken (see #4061)
  • Fixed Atomic can be set to nil (see #4062)
  • Fixed GZip::Header extra byte (see #4068, thanks @crisward)
  • Fixed ASTNode#to_s for Attribute (see #4098, thanks @olbat)
  • Some bug fixes