Skip to content

Commit

Permalink
fix utc_now! docs in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Apr 18, 2024
1 parent cde4ece commit fe91c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ See the moduledoc for `Styler.Style.Configs` for more.
* `alias`: expands aliases when moving an alias after another directive that relied on it (#137)
* module directives: various fixes for unreported obscure crashes
* pipes: fix a comment-shifting scenario when unpiping
* `Timex.now/1` will no longer be rewritten to `DateTime.utc_now!/1` due to Timex accepting a wider domain of "timezones" than the stdlib (#145, h/t @ivymarkwell)
* `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)

### Breaking Changes

Expand Down

0 comments on commit fe91c9f

Please sign in to comment.