From 53f6a45b82e8f6bc9db74401230b95bf935dcd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 17 Dec 2024 11:46:53 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b74e7a0bd..ce5cb89bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ ### 1. Enhancements +#### Elixir + + * [Code] Add `:migrate_call_parens_on_pipe` formatter option + * [Kernel] Add `min/2` and `max/2` as valid guards + +#### IEx + + * [IEx.Autocomplete] Functions annotated with `@doc group: "Name"` metadata will appear in disctint groups during autocompletion + ### 2. Bug fixes ### 3. Soft deprecations (no warnings emitted)