mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
docs(changelog): Call out more breaking changes
This commit is contained in:
parent
e9f6ef6638
commit
a61ad342cf
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ Subtle changes (i.e. compiler won't catch):
|
|||
- `ArgMatches::is_present` no longer checks subcommand names
|
||||
- Some env variable values are now considered false for flags, not just "not-present" ([clap-rs/clap#2539](https://github.com/clap-rs/clap/issues/2539))
|
||||
- Changed `...`s meaning in usage parser. Before, it always meant `multiple` which is still true for `--option [val]...`. Now `[name]... --option [val]` results in `ArgSettings::MultipleOccurrences`.
|
||||
- Usage exit code changed from `1` to `2` ([clap-rs/clap#1327](https://github.com/clap-rs/clap/issues/1327))
|
||||
- Reject `--foo=bar` when `takes_value(false)` ([clap-rs/clap#1543](https://github.com/clap-rs/clap/issues/1543))
|
||||
|
||||
Easier to catch changes:
|
||||
- When using `no-default-features`, you now have to specify the `std` feature (reserved for future work)
|
||||
|
|
Loading…
Reference in a new issue