Skip to content

Commit 3c6c75e

Browse files
author
Ary Borenszweig
committedMar 6, 2017
Updated Changelog
1 parent fab030c commit 3c6c75e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 0.21.1 (06-03-2017)
2+
3+
* Improved lookup of abstract def implementors (see #4052)
4+
* Improved allocation of objects without pointer instance variables using `malloc_atomic` (see #4081)
5+
* Added `crystal --version` reports also the LLVM version (see #4095, thanks @matiasgarciaisaia)
6+
* Fixed instance variables initializers corner cases (see #3988)
7+
* Fixed `crystal play` was broken (see #4061)
8+
* Fixed `Atomic` can be set to `nil` (see #4062)
9+
* Fixed `GZip::Header` extra byte (see #4068, thanks @crisward)
10+
* Fixed `ASTNode#to_s` for `Attribute` (see #4098, thanks @olbat)
11+
* [Some bug fixes](https://github.com/crystal-lang/crystal/issues?q=is%3Aclosed+milestone%3A0.21.1)
12+
113
# 0.21.0 (20-02-2017)
214

315
* **(breaking-change)** The compiler now reuses previous macro run compilations so `{{ run(...) }}` is only re-run if the code changes

0 commit comments

Comments
 (0)
Please sign in to comment.