Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed May 9, 2024
1 parent 2cfb9f9 commit 96b27ee
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.6

- `Credo.Check.Consistency.MultiAliasImportRequireUse` fixed false positive
- `Credo.Check.Readability.PredicateFunctionNames` now ignores functions that implement a behaviour
- `Credo.Check.Readability.FunctionName` now supports multi-letter sigils
- `Credo.Check.Readability.Specs` fixed false positive
- `Credo.Check.Warning.UnusedKeywordOperation` fixed false positive
- Fix `column` information on several checks in case there are two offending calls on the same line
- Fix some deprecation warnings for upcoming Elixir 1.17

## 1.7.5

- Fix `--read-from-stdin` not respecting `:files`/`:included` param
Expand Down

0 comments on commit 96b27ee

Please sign in to comment.