From 382c37bc2aed039f10e0ecd2c00f5b3e5375b533 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 18 Jan 2026 19:07:13 +0100 Subject: [PATCH] chore: changelog for #2234 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c4d162..5c72a994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ #2633 by @trulede). - Ensure no ANSI sequences are printed for `--color=false` (#2560, #2584 by @trulede). +- Task aliases can now contain wildcards and will match accordingly (e.g., `s-*` + as alias for `start-*`) (#1900, #2234 by @vmaerten). ## v3.46.4 - 2025-12-24