From 14acb03fde9d3a4f1af99e53a63fa92f17e92000 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 31 May 2026 13:21:47 +0200 Subject: [PATCH] chore: changelog for #2865 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb0bef6..79cac9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ by @Legimity). - PowerShell completions now work with aliases of the `task` command, not just the `task` binary itself (#2852 by @kojiishi). +- Fixed task and namespace aliases not being completed by the Zsh completion. + A `show-aliases` zstyle can turn this off (#2865, #2864 by @vmaerten). ## v3.51.1 - 2026-05-16