We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eded9f commit 25d9231Copy full SHA for 25d9231
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 1.7.12
4
+
5
+- Fix compatibility & compiler warnings with Elixir 1.19 (dev)
6
+- Provide `:column` on all checks
7
+- Fix check docs in other project's documentation
8
+- `Credo.Check.Refactor.DoubleBooleanNegation` fixed false positive
9
+- `Credo.Check.Readability.NestedFunctionCalls` fixed false positive
10
+- `Credo.Check.Consistency.UnusedVariableNames` fixed duplicate issues
11
12
## 1.7.11
13
14
- Fix compatibility & compiler warnings with Elixir 1.18
0 commit comments