From f9f2ecb8be897b5cf1a8fbab48507e10463ed92a Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 29 Jun 2026 17:38:24 +0200 Subject: [PATCH] chore: changelog for completion engine --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f701269f..5c63c3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ config) to customise the directory where Task stores temporary files such as checksums. Relative paths are resolved against the root Taskfile (#2891 by @kjasn). +- Unified Bash, Fish, Zsh and PowerShell completions behind a single `task + __complete` engine, so every shell offers the same suggestions: task names, + aliases, flags, flag values and per-task CLI variables (#2897 by @vmaerten). ## v3.51.1 - 2026-05-16