Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Jan 25, 2024
1 parent 3c13f41 commit 270c30c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
### Improvements

* deprecations: `~R` -> `~r`, `Date.range/2` -> `Date.range/3` with decreasing dates (h/t @milmazz)
* if: rewrite `if not x, do: y` => `unless x, do: y`
* pipes: `|> Enum.map(foo) |> Map.new()` => `|> Map.new(foo)`
* pipes: remove unnecessary `then/2` on named function captures: `|> then(&foo/1)` => `|> foo()`, `|> then(&foo(&1, ...))` => `|> foo(...)` (thanks to @tfiedlerdejanze for the idea + impl!)

## v0.11.6

Expand Down

0 comments on commit 270c30c

Please sign in to comment.