Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 28, 2024
1 parent 7482d13 commit 92a6814
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.7.11

- Fix compatibility & compiler warnings with Elixir 1.18
- Fix crashing for invalid strings in issue messages
- Show required Elixir version for skipped checks
- Add options `:exit_status` and `:category` to `format_issue/2` when using `Credo.Check`
- `Credo.Check.Readability.ModuleDoc` fixed false positive
- `Credo.Check.Warning.UnusedEnumOperation` fixed false positive
- `Credo.Check.Refactor.ABCSize` fixed false positive for tuples and underscored matches (`_foo`)

## 1.7.10

- Maintenance release
Expand Down

0 comments on commit 92a6814

Please sign in to comment.