File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
13
# 0.21.0 (20-02-2017)
2
14
3
15
* ** (breaking-change)** The compiler now reuses previous macro run compilations so ` {{ run(...) }} ` is only re-run if the code changes
You can’t perform that action at this time.
0 commit comments