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
0e1e9525c8
commit
e74864994a
1 changed files with 17 additions and 0 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -13,9 +13,26 @@ _gated behind `unstable-v4`_
|
|||
|
||||
- *(help)* Show `PossibleValue::help` in long help (`--help`) (#3312)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Leading dashes in `Arg::long` are no longer allowed
|
||||
- *(help)* Use `Command::display_name` in the help title rather than `Command::bin_name`
|
||||
|
||||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Fixes
|
||||
|
||||
- *(parser)* `Arg::exclusive` overrides `Arg::required`, like other conflicts
|
||||
- *(error)* Don't duplicate arguments in usage
|
||||
- *(error)* Don't show hidden arguments in conflict error usage
|
||||
- *(help)* New `help_template` variable `{name}` to fix problems with `{bin}`
|
||||
- *(help)* Don't wrap URLs
|
||||
|
||||
**gated behind `unstable-v4`**
|
||||
- Leading dashes in `Arg::long` are no longer allowed
|
||||
- *(help)* Use `Command::display_name` in the help title rather than `Command::bin_name`
|
||||
|
||||
## [3.1.15] - 2022-05-02
|
||||
|
||||
### Fixes
|
||||
|
|
Loading…
Reference in a new issue