From 96b27ee1bedcba786cc3a23585c2759ec74dd7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Thu, 9 May 2024 13:31:20 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0450ce02..3dc49aa7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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