Skip to content

Commit 6f26ff3

Browse files
author
José Valim
committed
Clarify the CHANGELOG
1 parent 0e8bac7 commit 6f26ff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* [IEx] Support `ls` with colored output
66
* [Kernel] Many optimizations for code compilation
77
* [Kernel] `in` can be used with right side expression outside guards
8-
* [Kernel] Add `Node.get_cookie` and `Node.set_cookie/2`
8+
* [Kernel] Add `Node.get_cookie/0` and `Node.set_cookie/2`
99
* [Kernel] Add `__DIR__`
1010
* [Keyword] Add `Keyword.delete_first/2`
1111
* [Mix] Add `local.rebar` to download a local copy of rebar, and change `deps.compile` to use it if needed
@@ -20,7 +20,7 @@
2020
* [Kernel] `List.member?/2` is deprecated in favor of `Enum.member?/2`
2121

2222
* backwards incompatible changes
23-
* [Kernel] `IO.gets` and `IO.getb` now return binaries when reading from stdio
23+
* [Kernel] `IO.gets`, `IO.getb` and friends now return binaries when reading from stdio
2424
* [Mix] `mix escriptize` now receives arguments as binaries
2525

2626
# v0.8.2 (2013-04-20)

0 commit comments

Comments
 (0)