Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 17, 2024
1 parent 6ac1535 commit 06c5f5f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions clap_complete/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [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
Expand Down

0 comments on commit 06c5f5f

Please sign in to comment.