chore: changelog for #2967

This commit is contained in:
Valentin Maerten
2026-08-10 20:27:59 +02:00
parent 2ea5d7dee2
commit 8e89cf879c

View File

@@ -33,6 +33,9 @@
- Fixed the JSON schema rejecting `ignore_error` on a command inside a `for`
loop. Editors no longer flag a Taskfile that Task runs perfectly fine (#2044
by @gokeefe-atb).
- 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).
## v3.52.0 - 2026-07-02