mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
docs: Update changelog
This commit is contained in:
parent
8505c47e2e
commit
62e9d2dfe1
1 changed files with 7 additions and 1 deletions
|
@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Fixes
|
||||
|
||||
- Implied conflicts override `Arg::required`, making the behavior consistent with how we calculate conflicts for error reporting
|
||||
- Members of a mutually exclusive `ArgGroup` override `Arg::required`, making the behavior consistent with how we calculate conflicts for error reporting
|
||||
- `Arg::overrides_with` always override `Arg::required`, not just when the parser processes an override
|
||||
|
||||
## [3.1.10] - 2022-04-19
|
||||
|
||||
### Featues
|
||||
### Features
|
||||
|
||||
- Expose `Command::build` for custom help generation or other command introspection needs
|
||||
|
||||
|
|
Loading…
Reference in a new issue