From 3a1cfe13da640cdb41f8d1d27cf923a9b345cb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Thu, 8 Feb 2024 10:54:55 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b8c1eb3..68283def8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.7.4 + +- Add new check `Credo.Check.Refactor.UtcNowTruncate` as opt-in check (this is scheduled to become a standard check in v1.8) +- Add lots of improvements around `:trigger` in `Credo.Issue` +- Add new output format `short` +- Improve docs for several checks +- Fix another, smaller bottleneck in multicore performance +- Fix `--read-from-stdin` not respecting `:files` param +- Fix SARIF output format for non-string triggers +- Fix initializing builtin commands twice +- Fix `diff` command not recognizing a git ref as first argument + ## 1.7.3 - `Credo.Check.Readability.AliasOrder` now supports a `:sort_method` parameter