Skip to content

Commit b1416e2

Browse files
author
Ary Borenszweig
committedDec 23, 2016
Updated Changelog
1 parent 62bb206 commit b1416e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.20.2 (23-12-2016)
1+
## 0.20.3 (23-12-2016)
22

33
* **(breaking change)** `IO#gets`, `IO#each_line`, `String#lines`, `String#each_line`, etc. now chomp lines by default. You can pass `chomp: false` to prevent automatic chomping. Note that `chomp` is `true` by default for argless `IO#gets` (read line) but `false` if args are given.
44
* **(breaking change)** `HTTP::Handler` is now a module instead of a class (thanks @andrewhamon)
@@ -21,7 +21,7 @@
2121
* Added `URI#normalize` and `normalize!` (thanks @taylorfinnell)
2222
* Added `reuse` optional argument to many `Array`, `Enumerable` and `Iterable` methods that allow you to reuse the yielded/return array for better performance and less memory footprint
2323
* The `:debug` flag is now present when compiled with `--debug`, useful for doing `flag?(:debug)` in macros (thanks @luislavena)
24-
* [Many bug fixes and performance improvements](https://github.com/crystal-lang/crystal/issues?q=is%3Aclosed+milestone%3A0.20.2)
24+
* [Many bug fixes and performance improvements](https://github.com/crystal-lang/crystal/issues?q=is%3Aclosed+milestone%3A0.20.3)
2525

2626
## 0.20.1 (05-12-2016)
2727

0 commit comments

Comments
 (0)