File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
* Added ` @def ` inside macros that takes the value of the current method
17
17
* API docs have a nicer style now (thanks @samueleaton )
18
18
* Slight improvement to debugging support (thanks @ggiraldez )
19
+ * Line numbers in backtraces (linux only for now) (thanks @ysbaddaden )
19
20
* Added iteration times to ` Benchmark.ips ` (thanks @RX14 )
20
21
* Allow ` HTTP::Client ` block initializer to be used when passing an URI (thanks @philnash )
21
22
* ` JSON.mapping ` and ` YAML.mapping ` getter/setter generation can now be controlled (thanks @zatherz )
28
29
* Added ` Enumerable#chunks ` and ` Iterator#chunk ` (thanks @kostya )
29
30
* Added ` Iterator#with_index `
30
31
* Several enhancements to the Random module: now works for any integer type and avoids overflows (thanks @BlaXpirit )
31
- * Optimized ` Array#sort ` by using introsort (thanks @c910335 )
32
+ * Optimized ` Array#sort ` by using introsort (thanks @c910335 )
32
33
* [ Several bug fixes] ( https://github.com/crystal-lang/crystal/issues?q=is%3Aclosed+milestone%3A0.20.0 )
33
34
34
35
## 0.19.4 (07-10-2016)
You can’t perform that action at this time.
0 commit comments