Skip to content

Commit

Permalink
make changelog cuter
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Sep 15, 2023
1 parent 746f362 commit a284e40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@

### Fixes

* fix exception formatting `@def` module attributes (#75 h/t @randycoulman)
* fix exception styling module attributes named `@def` (we confused them with real `def`s, whoops!) (#75, h/t @randycoulman)

## v0.9.1

the boolean blocks edition!

### Improvements

* auto-fix `Credo.Check.Refactor.CondStatements` (detects any truthy atom, not just `true`)
Expand All @@ -20,6 +22,8 @@

## v0.9.0

the with statement edition!

### Improvements

* Added right-hand-pattern-matching rewrites to `for` and `with` left arrow expressions `<-`
Expand Down

0 comments on commit a284e40

Please sign in to comment.