Skip to content

Commit

Permalink
Improve grammar in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 24, 2024
1 parent 3c471cc commit 54c85ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#### Elixir

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

#### IEx

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

### 2. Bug fixes

Expand All @@ -23,7 +23,7 @@

#### Mix

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

### 4. Hard deprecations
Expand Down

0 comments on commit 54c85ed

Please sign in to comment.