chore: changelog for #2956

This commit is contained in:
Valentin Maerten
2026-08-10 19:50:50 +02:00
parent 85aca587b1
commit 2cdadb4c99

View File

@@ -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