From dd810d42e1d049605ba6bbad95dfc6c44f968593 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 31 May 2026 11:08:42 +0200 Subject: [PATCH] chore: changelog for #2852 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5225e2da..3bb0bef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ - Fixed Fish completions not being picked up correctly by installing them to Fish's `vendor_completions.d` directory instead of `completions` (#2850, #2859 by @Legimity). +- PowerShell completions now work with aliases of the `task` command, not just + the `task` binary itself (#2852 by @kojiishi). ## v3.51.1 - 2026-05-16