mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
docs: Update changelog
This commit is contained in:
parent
2ea94555f1
commit
b654130b14
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Features
|
||||
|
||||
- *(derive)* Populate implicit ArgGroup (#3165)
|
||||
|
||||
### Fixes
|
||||
|
||||
- *(derive)* Support `#[group(skip)]` on `Parser` derive
|
||||
- *(derive)* Tell users about implicit arg groups when running into group name conflicts
|
||||
- *(error)* Don't report unrelated groups in conflict or requires errors
|
||||
|
||||
## [4.0.6] - 2022-09-30
|
||||
|
||||
### Features
|
||||
|
|
Loading…
Reference in a new issue