From a770000e552be79062b6350eb71fd8f2bce39486 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 14 Jun 2022 06:49:27 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b656d562b5b..7ac8ae42fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ## [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