File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
* [ IEx] Support ` ls ` with colored output
6
6
* [ Kernel] Many optimizations for code compilation
7
7
* [ 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 `
9
9
* [ Kernel] Add ` __DIR__ `
10
10
* [ Keyword] Add ` Keyword.delete_first/2 `
11
11
* [ Mix] Add ` local.rebar ` to download a local copy of rebar, and change ` deps.compile ` to use it if needed
20
20
* [ Kernel] ` List.member?/2 ` is deprecated in favor of ` Enum.member?/2 `
21
21
22
22
* 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
24
24
* [ Mix] ` mix escriptize ` now receives arguments as binaries
25
25
26
26
# v0.8.2 (2013-04-20)
You can’t perform that action at this time.
0 commit comments