Skip to content

Commit 54c85ed

Browse files
committed
Improve grammar in CHANGELOG
1 parent 3c471cc commit 54c85ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
#### Elixir
88

99
* [Code] Add `:migrate_call_parens_on_pipe` formatter option
10-
* [Kernel] Add `min/2` and `max/2` as valid guards
10+
* [Kernel] Support `min/2` and `max/2` as guards
1111

1212
#### IEx
1313

14-
* [IEx.Autocomplete] Functions annotated with `@doc group: "Name"` metadata will appear in disctint groups during autocompletion
14+
* [IEx.Autocomplete] Functions annotated with `@doc group: "Name"` metadata will appear in within their own groups in autocompletion
1515

1616
### 2. Bug fixes
1717

@@ -23,7 +23,7 @@
2323

2424
#### Mix
2525

26-
* [mix compile] `--no-protocol-consolidation` is deprecated in favor of `--no-consolidate-protocols` for consistency with the `mix.exs` flag
26+
* [mix compile] `--no-protocol-consolidation` is deprecated in favor of `--no-consolidate-protocols` for consistency with `mix.exs` configuration
2727
* [mix compile.protocols] Protocol consolidation is now part of `compile.elixir` and has no effect
2828

2929
### 4. Hard deprecations

0 commit comments

Comments
 (0)