mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
docs: Update changelog
This commit is contained in:
parent
4001db6bdf
commit
a770000e55
1 changed files with 8 additions and 0 deletions
|
@ -26,10 +26,18 @@ _gated behind `unstable-v4`_
|
|||
- *(parser)* Always fill in `""` argument for external subcommands (#3263)
|
||||
- *(derive)* Detect escaped external subcommands that look like built-in subcommands (#3703)
|
||||
- *(derive)* Leave `Arg::id` as `verbatim` casing (#3282)
|
||||
- *(derive)* Default to `#[clap(value_parser, action)]` instead of `#[clap(parse)]` (#3827)
|
||||
|
||||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Fixes
|
||||
|
||||
- *(derive)* Improve the highlighted code for deprecation warnings
|
||||
|
||||
**gated behind `unstable-v4`**
|
||||
- *(derive)* Default to `#[clap(value_parser, action)]` instead of `#[clap(parse)]` (#3827)
|
||||
|
||||
## [3.2.1] - 2022-06-13
|
||||
|
||||
## [3.2.0] - 2022-06-13
|
||||
|
|
Loading…
Add table
Reference in a new issue