From d92f4d62caabcc12f3afaefe2f30a9e29325787b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Thu, 26 Sep 2024 18:57:37 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a37da609..1a8ab38d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.7.8 + +- `Credo.Check.Refactor.Apply` fixed false positive +- `Credo.Check.Warning.IoInspect` fixed false positive +- `Credo.Check.Warning.UnsafeToAtom` fixed false positive +- `Credo.Check.Readability.FunctionNames` fixed false positive + ## 1.7.7 - Fix compatibility & compiler warnings with Elixir 1.17