From 2cdadb4c99527875ac884b628b1c5a96eaf4dd5b Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 10 Aug 2026 19:50:50 +0200 Subject: [PATCH] chore: changelog for #2956 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d381bac..59b2e11a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ - `includes.excludes` can now exclude a whole namespace: append `:*` to the namespace name, e.g. `excludes: ['debug:*']`. Bare entries still match a single task name exactly (#2300, #2959 by @xmxxc). +- 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). ## v3.52.0 - 2026-07-02