From 06c5f5f329d7917981aef4f749df035df359ce57 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 17 Sep 2024 16:12:29 -0500 Subject: [PATCH] docs: Update changelog --- clap_complete/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/clap_complete/CHANGELOG.md b/clap_complete/CHANGELOG.md index 779bce97..1fc6610a 100644 --- a/clap_complete/CHANGELOG.md +++ b/clap_complete/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +- *(dynamic)* The binary called when completing is now `std::env::args_os()[0]`, rather than `Command::name` + +### Features + +- *(dynamic)* Allow overriding the binary being completed and the binary being called for completions + +### Fixes + +- *(dynamic)* By default, remove wrappers around a binary when calling for completions + ## [4.5.27] - 2024-09-17 ### Fixes