docs: Update changelog

This commit is contained in:
Ed Page 2022-06-14 06:49:27 -05:00
parent 4001db6bdf
commit a770000e55

View file

@ -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