Skip to content

Commit 96b27ee

Browse files
committed
Update CHANGELOG
1 parent 2cfb9f9 commit 96b27ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.7.6
4+
5+
- `Credo.Check.Consistency.MultiAliasImportRequireUse` fixed false positive
6+
- `Credo.Check.Readability.PredicateFunctionNames` now ignores functions that implement a behaviour
7+
- `Credo.Check.Readability.FunctionName` now supports multi-letter sigils
8+
- `Credo.Check.Readability.Specs` fixed false positive
9+
- `Credo.Check.Warning.UnusedKeywordOperation` fixed false positive
10+
- Fix `column` information on several checks in case there are two offending calls on the same line
11+
- Fix some deprecation warnings for upcoming Elixir 1.17
12+
313
## 1.7.5
414

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

0 commit comments

Comments
 (0)