We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea9455 commit b654130Copy full SHA for b654130
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+### Features
11
+
12
+- *(derive)* Populate implicit ArgGroup (#3165)
13
14
+### Fixes
15
16
+- *(derive)* Support `#[group(skip)]` on `Parser` derive
17
+- *(derive)* Tell users about implicit arg groups when running into group name conflicts
18
+- *(error)* Don't report unrelated groups in conflict or requires errors
19
20
## [4.0.6] - 2022-09-30
21
22
### Features
0 commit comments