diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5f28f5..99f8e228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) @@ -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 `<-`