mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
docs: Update changelog
This commit is contained in:
parent
523adc20e7
commit
a41ca2edb0
5 changed files with 26 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
### Breaking Changes
|
||||
|
||||
- Made `ArgPredicate` `non_exhaustive`
|
||||
- *(derive)* `Vec<Vec<T>>` types are now assuming to capture occurrences
|
||||
|
||||
### Features
|
||||
|
||||
- *(derive)* Group values by their occurrence with `Vec<Vec<T>>`
|
||||
|
||||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
@ -26,8 +31,13 @@ When apps have errors imitating clap's error style:
|
|||
- Leading letter is lower case
|
||||
- "For more" added some punctuation
|
||||
|
||||
### Features
|
||||
|
||||
- `ArgMatches::get_occurrences` support for argument values to be grouped by their occurrence
|
||||
|
||||
### Fixes
|
||||
|
||||
- *(derive)* Allow `upgrade_from` when arguments / subcommands are explicitly marked as required
|
||||
- *(help)* Try be more clearer and succinct with `--help` and `--version` (also helps with overflow)
|
||||
- *(error)* Try to be more clearer and succinct with error messages
|
||||
- *(error)* Officially adopt [an error style guide](https://rustc-dev-guide.rust-lang.org/diagnostics.html#suggestion-style-guide)
|
||||
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Compatibility
|
||||
|
||||
MSRV changed to 1.64.0
|
||||
|
||||
## [4.0.7] - 2022-12-22
|
||||
|
||||
## [4.0.6] - 2022-11-24
|
||||
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Compatibility
|
||||
|
||||
MSRV changed to 1.64.0
|
||||
|
||||
## [4.0.2] - 2022-11-24
|
||||
|
||||
## [4.0.1] - 2022-10-18
|
||||
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Compatibility
|
||||
|
||||
MSRV changed to 1.64.0
|
||||
|
||||
## [0.3.0] - 2022-09-20
|
||||
|
||||
### Breaking Changes
|
||||
|
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Compatibility
|
||||
|
||||
MSRV changed to 1.64.0
|
||||
|
||||
## [0.2.6] - 2022-12-22
|
||||
|
||||
## [0.2.5] - 2022-11-24
|
||||
|
|
Loading…
Reference in a new issue