From 92a6814df91688b4f19e67d5d1e5a996b1989370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Sat, 28 Dec 2024 20:40:29 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9480c4eba..246531b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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