Skip to content

Commit c361d01

Browse files
committed
docs: Remove v4 from changelog
1 parent ddcd13b commit c361d01

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

CHANGELOG.md

-23
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,6 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

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-
307
<!-- next-header -->
318
## [Unreleased] - ReleaseDate
329

0 commit comments

Comments
 (0)