From bc37f113f1989c5c55931c2225b2e5715e4eb19b Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 10 Aug 2026 22:51:54 +0200 Subject: [PATCH] chore: changelog for #2240 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f3f811..21bde865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,9 @@ - Fixed the JSON schema rejecting more keys the Taskfile parser accepts: `ignore_error` on a `task:` call, and `if`, `set` and `shopt` on a command inside a `for` loop (#2967 by @vmaerten). +- Added a verbose log line for failed tasks. In `--verbose` mode, a task whose + command exits non-zero now reports `task: "" failed: ` instead of + stopping without a trace (#2240 by @Drino). ## v3.52.0 - 2026-07-02