docs: Update changelog

This commit is contained in:
Ed Page 2023-01-13 07:13:28 -06:00
parent 523adc20e7
commit a41ca2edb0
5 changed files with 26 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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