docs: Update changelog

This commit is contained in:
Ed Page 2022-09-30 14:08:49 -05:00
parent 2ea94555f1
commit b654130b14

View file

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