Commit c361d01 1 parent ddcd13b commit c361d01 Copy full SHA for c361d01
File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -4,29 +4,6 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
-
8
- ## 4.0.0 - Upcoming
9
-
10
- _ gated behind ` unstable-v4 ` _
11
-
12
- ### Features
13
-
14
- - * (help)* Show ` PossibleValue::help ` in long help (` --help ` ) (#3312 )
15
-
16
- ### Fixes
17
-
18
- - Leading dashes in ` Arg::long ` are no longer allowed (#3691 )
19
- - Verify ` required ` is not used with conditional required settings (#3660 )
20
- - Disallow more ` value_names ` than ` number_of_values ` (#2695 )
21
- - * (assert)* Always enforce that version is specified when the ` ArgAction::Version ` is used
22
- - * (assert)* Add missing ` #[track_caller] ` s to make it easier to debug asserts
23
- - * (help)* Use ` Command::display_name ` in the help title rather than ` Command::bin_name `
24
- - * (parser)* Assert on unknown args when using external subcommands (#3703 )
25
- - * (parser)* Always fill in ` "" ` argument for external subcommands (#3263 )
26
- - * (derive)* Detect escaped external subcommands that look like built-in subcommands (#3703 )
27
- - * (derive)* Leave ` Arg::id ` as ` verbatim ` casing (#3282 )
28
- - * (derive)* Default to ` #[clap(value_parser, action)] ` instead of ` #[clap(parse)] ` (#3827 )
29
-
30
7
<!-- next-header -->
31
8
## [ Unreleased] - ReleaseDate
32
9
You can’t perform that action at this time.
0 commit comments