mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
docs: Update changelog
This commit is contained in:
parent
3266c36abf
commit
3df70fb2b6
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
<!-- next-header -->
|
<!-- next-header -->
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- *(dynamic)* Add `ArgValueCompleter`, a more flexible `ArgValueCandidates`
|
||||||
|
- *(dynamic)* Add `PathCompleter`, a more flexible `ValueHint::*Path`
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- *(dynamic)* Sort `ValueHint::*Path` results
|
||||||
|
- *(dynamic)* Preserve the users path for `ValueHint::*Path` results
|
||||||
|
|
||||||
## [4.5.20] - 2024-08-20
|
## [4.5.20] - 2024-08-20
|
||||||
|
|
||||||
### Compatibility
|
### Compatibility
|
||||||
|
|
Loading…
Reference in a new issue