Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Sep 11, 2023
1 parent 9224e8a commit 7bd6736
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
* Added right-hand-pattern-matching rewrites to `for` and `with` left arrow expressions `<-`
(ex: `with map = %{} <- foo()` => `with %{} = map <- foo`)

* `with` statement rewrites, solving the following credo rules
* `Credo.Check.Readability.WithSingleClause`
* `Credo.Check.Refactor.RedundantWithClauseResult`
* `Credo.Check.Refactor.WithClauses`

## v0.8.5

### Fixes
Expand Down

0 comments on commit 7bd6736

Please sign in to comment.