Skip to content

Commit

Permalink
docs: Note case in #3309
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jan 18, 2022
1 parent bd1bf66 commit 4b60440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -212,6 +212,7 @@ Subtle changes (i.e. compiler won't catch):
- 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))
- No longer accept an arbitrary number of `-` for long arguments (`-----long`)

Easier to catch changes:
- When using `no-default-features`, you now have to specify the `std` feature (reserved for future work)
Expand Down

0 comments on commit 4b60440

Please sign in to comment.