mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
docs: Update changelog
This commit is contained in:
parent
6ac153557c
commit
06c5f5f329
1 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
<!-- next-header -->
|
<!-- next-header -->
|
||||||
## [Unreleased] - ReleaseDate
|
## [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
|
## [4.5.27] - 2024-09-17
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
Loading…
Reference in a new issue