From 721a0245c7eb424bb0c674c2bfac0a74ede64c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Mon, 18 Dec 2023 17:45:43 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d30b9aa..3822497f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ ## 1.7.2 - Fix compatibility & compiler warnings with Elixir 1.16 +- Fix a bottleneck in multicore performance +- Cache scope priorities +- `CHANGELOG.md` is now included in the package +- `Credo.Check.Refactor.NegatedIsNil` no longer leaks memory +- `Credo.Check.Readability.NestedFunctionCalls` no longer warns on function calls in interpolated strings +- `Credo.Check.Refactor.ModuleDependencies` now takes modules for `:excluded_namespaces` parameter +- `Credo.Check.Warning.Dbg` now warns when part of a pipeline and called without parens +- `Credo.Check.Warning.MissedMetadataKeyInLoggerConfig` received various fixes and improvements ## 1.7.1