Skip to content

Commit a7ffebc

Browse files
author
José Valim
committed
Tidy up CHANGELOG
1 parent 40653e4 commit a7ffebc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* bug fix
1717
* [CLI] Elixir can now run on Unix directories with `:` in its path
1818
* [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
2020
* [Kernel] Ensure variables defined in the module body are not passed to callbacks
2121
* [Mix] On dependencies conflict, show from where each source is coming from
2222
* [Mix] Empty projects no longer leave empty ebin files on `mix compile`
@@ -46,7 +46,7 @@
4646

4747
* enhancements
4848
* [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
5050
* [Kernel] Print warnings to stderr
5151
* [Kernel] Warn on undefined module attributes
5252
* [Kernel] Emit warning for `x in []` in guards
@@ -73,7 +73,7 @@
7373
* [Typespec] Deprecate `(fun(...) -> ...)` in favor of `(... -> ...)`
7474

7575
* 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
7777
* [File] `rm_rf` and `cp_r` now returns a tuple with three elements on failures
7878
* [Kernel] The quoted representation for `->` clauses changed from a tuple with two elements to a tuple with three elements to support metadata
7979
* [Kernel] Sigils now dispatch to `sigil_$` instead of `__$__` where `$` is the sigil caracter
@@ -93,7 +93,7 @@
9393
* bug fix
9494
* [HashDict] Ensure HashDict uses exact match throughout its implementation
9595
* [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
9797
* [Kernel] Do not ignore nil when dispatching protocols to avoid infinite loops
9898
* [Mix] Fix usage of shell expressions in `Mix.Shell.cmd`
9999
* [Mix] Start the application by default on escripts

0 commit comments

Comments
 (0)