From 678bd6ba623d27e6fe447b30552afa2515f125ac Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 10 Aug 2026 16:27:19 +0200 Subject: [PATCH] chore: changelog for #2959 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb13227..3d381bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ gets `{{.TIMESTAMP}}` and no longer a `{{.CHECKSUM}}` (which now renders as an empty string), and neither variable is injected when the effective method is `none` (#2924 by @vmaerten). +- `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). ## v3.52.0 - 2026-07-02