chore: changelog for #2240

This commit is contained in:
Valentin Maerten
2026-08-10 22:51:54 +02:00
parent 8e89cf879c
commit bc37f113f1

View File

@@ -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: "<name>" failed: <error>` instead of
stopping without a trace (#2240 by @Drino).
## v3.52.0 - 2026-07-02