From 47b78ca87921c95354faf91ac639510c71af6345 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 30 Nov 2025 10:57:40 +0100 Subject: [PATCH] chore: changelog for #1844 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3961b0c..43ee6c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ flags and dynamic experimental feature detection (#2532 by @vmaerten). - Added LLM-optimized documentation via VitePress plugin, generating `llms.txt` and `llms-full.txt` for AI-powered development tools (#2513 by @vmaerten). +- Fixed Zsh and Fish completions to stop suggesting task names after `--` + separator, allowing proper CLI_ARGS completion (#1843, #1844 by @boiledfroginthewell). ## v3.45.5 - 2025-11-11