From 1d8c8f336058326e2ada2a29429aceea2ca7e83f Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Fri, 10 May 2024 08:16:39 -0600 Subject: [PATCH] update changelog re `then(&fun/1)` --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd60af2..7153af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ See the moduledoc for `Styler.Style.Configs` for more. * pipes: fix a comment-shifting scenario when unpiping * `Timex.now/1` will no longer be rewritten to `DateTime.now!/1` due to Timex accepting a wider domain of "timezones" than the stdlib (#145, h/t @ivymarkwell) * `with`: skip nodes which (unexpectedly) do not contain a `do` body (#158, h/t @DavidB59) +* `then(&fun/1)`: fix false positives on arithmetic `&1 + x / 1` (#164, h/t @aenglisc) ### Breaking Changes