Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 6, 2022
1 parent 0e1e952 commit e748649
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e748649

Please sign in to comment.