We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e807c2 commit 6fa8113Copy full SHA for 6fa8113
CHANGELOG.md
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
<!-- next-header -->
8
## [Unreleased] - ReleaseDate
9
10
+### Features
11
+
12
+- Added `ArgMatches::args_present()` to check if any args are present
13
+- Added `Error::kind()` as we work to deprecate direct member access for `Error`
14
+- Added `App::get_version`
15
+- Added `App::get_long_version`
16
+- Added `App::get_author`
17
+- Added `App::get_subcommand_help_heading`
18
+- Added `App::get_subcommand_value_name`
19
+- Added `App::get_after_help`
20
+- Added `App::get_after_long_help`
21
22
+### Performance
23
24
+- Misc binary size reductions
25
26
## [3.0.13] - 2022-01-26
27
28
### Fixes
0 commit comments