mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
docs: Update changelog
This commit is contained in:
parent
2690e1bdb1
commit
a8abcb40c5
2 changed files with 12 additions and 0 deletions
|
@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Features
|
||||
|
||||
- *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it
|
||||
|
||||
## [4.5.13] - 2024-07-31
|
||||
|
||||
### Fixes
|
||||
|
|
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Features
|
||||
|
||||
- *(dynamic)* Added `ArgValueCompleter` for custom completions
|
||||
|
||||
### Compatibility
|
||||
|
||||
- *(dynamic)* `CompletionCandidate::visible` was renamed to `CompletionCandidate::hide`
|
||||
|
||||
## [4.5.12] - 2024-07-31
|
||||
|
||||
#### Features
|
||||
|
|
Loading…
Reference in a new issue