From 54c85ed72424a17d107e9405e24cb31b3cb0b553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 24 Dec 2024 16:31:40 +0100 Subject: [PATCH] Improve grammar in CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0e2e9402..9741643bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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