From 98b75db115303ddcbe39c443479abe7c4ba1b3b3 Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Wed, 8 Oct 2025 22:45:35 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c6d0fb..eda003b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - Correctly determine the end of the line in UTF16LE/BE input #3369 (@keith-hall) - `--style=changes` no longer prints a two-space indent when the file is unmodified, see issue #2710 and PR #3406 (@jyn514) - Add missing shell completions, see #3411 (@keith-hall) +- Execute help/version/diagnostic commands even with invalid config/arguments present, see #3414 (@keith-hall) ## Other