From 2ea5d7dee246bcf4cdf321fbb669f9da883248a4 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 10 Aug 2026 20:27:47 +0200 Subject: [PATCH] chore: changelog for #2044 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b2e11a..b87d9797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ - Fixed `ref:` in `for: matrix:` and `enum:` only accepting literal lists. Refs computed with template functions like `keys` or `splitList` no longer fail with "must resolve to a list" (#2544, #2956 by @no-hup). +- 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). ## v3.52.0 - 2026-07-02