|
16 | 16 | * bug fix
|
17 | 17 | * [CLI] Elixir can now run on Unix directories with `:` in its path
|
18 | 18 | * [Kernel] `match?/2` does not leak variables to outer scope
|
19 |
| - * [Kernel] Keep `head|tail` when splicing at the tail |
| 19 | + * [Kernel] Keep `head|tail` format when splicing at the tail |
20 | 20 | * [Kernel] Ensure variables defined in the module body are not passed to callbacks
|
21 | 21 | * [Mix] On dependencies conflict, show from where each source is coming from
|
22 | 22 | * [Mix] Empty projects no longer leave empty ebin files on `mix compile`
|
|
46 | 46 |
|
47 | 47 | * enhancements
|
48 | 48 | * [File] Add `File.chgrp`, `File.chmod` and `File.chown`
|
49 |
| - * [Kernel] Add --warnings-as-errors to Elixir's compiler options |
| 49 | + * [Kernel] Add `--warnings-as-errors` to Elixir's compiler options |
50 | 50 | * [Kernel] Print warnings to stderr
|
51 | 51 | * [Kernel] Warn on undefined module attributes
|
52 | 52 | * [Kernel] Emit warning for `x in []` in guards
|
|
73 | 73 | * [Typespec] Deprecate `(fun(...) -> ...)` in favor of `(... -> ...)`
|
74 | 74 |
|
75 | 75 | * backwards incompatible changes
|
76 |
| - * [Bitwise] Precedence of operators used by the Bitwise module were changed. Check `elixir_parser.yrl` for more information. |
| 76 | + * [Bitwise] Precedence of operators used by the Bitwise module were changed, check `elixir_parser.yrl` for more information |
77 | 77 | * [File] `rm_rf` and `cp_r` now returns a tuple with three elements on failures
|
78 | 78 | * [Kernel] The quoted representation for `->` clauses changed from a tuple with two elements to a tuple with three elements to support metadata
|
79 | 79 | * [Kernel] Sigils now dispatch to `sigil_$` instead of `__$__` where `$` is the sigil caracter
|
|
93 | 93 | * bug fix
|
94 | 94 | * [HashDict] Ensure HashDict uses exact match throughout its implementation
|
95 | 95 | * [IEx] Do not interpret ANSI codes in IEx results
|
96 |
| - * [IEx] Ensure --cookie is set before accessing remote shell |
| 96 | + * [IEx] Ensure `--cookie` is set before accessing remote shell |
97 | 97 | * [Kernel] Do not ignore nil when dispatching protocols to avoid infinite loops
|
98 | 98 | * [Mix] Fix usage of shell expressions in `Mix.Shell.cmd`
|
99 | 99 | * [Mix] Start the application by default on escripts
|
|
0 commit comments