From 8e89cf879c35286e42926756a526658e4bb953d6 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 10 Aug 2026 20:27:59 +0200 Subject: [PATCH] chore: changelog for #2967 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b87d9797..66f3f811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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