Skip to content

Commit 6eee1e9

Browse files
author
Ary Borenszweig
committedNov 22, 2016
Another missing changelog entry
1 parent 2be41e7 commit 6eee1e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* Added `@def` inside macros that takes the value of the current method
1717
* API docs have a nicer style now (thanks @samueleaton)
1818
* Slight improvement to debugging support (thanks @ggiraldez)
19+
* Line numbers in backtraces (linux only for now) (thanks @ysbaddaden)
1920
* Added iteration times to `Benchmark.ips` (thanks @RX14)
2021
* Allow `HTTP::Client` block initializer to be used when passing an URI (thanks @philnash)
2122
* `JSON.mapping` and `YAML.mapping` getter/setter generation can now be controlled (thanks @zatherz)
@@ -28,7 +29,7 @@
2829
* Added `Enumerable#chunks` and `Iterator#chunk` (thanks @kostya)
2930
* Added `Iterator#with_index`
3031
* 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)
3233
* [Several bug fixes](https://github.com/crystal-lang/crystal/issues?q=is%3Aclosed+milestone%3A0.20.0)
3334

3435
## 0.19.4 (07-10-2016)

0 commit comments

Comments
 (0)