Skip to content

Commit 6fa8113

Browse files
committed
docs: Update changelog
1 parent 8e807c2 commit 6fa8113

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

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+
1026
## [3.0.13] - 2022-01-26
1127

1228
### Fixes

0 commit comments

Comments
 (0)