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
8e807c2043
commit
6fa8113168
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Features
|
||||
|
||||
- Added `ArgMatches::args_present()` to check if any args are present
|
||||
- Added `Error::kind()` as we work to deprecate direct member access for `Error`
|
||||
- Added `App::get_version`
|
||||
- Added `App::get_long_version`
|
||||
- Added `App::get_author`
|
||||
- Added `App::get_subcommand_help_heading`
|
||||
- Added `App::get_subcommand_value_name`
|
||||
- Added `App::get_after_help`
|
||||
- Added `App::get_after_long_help`
|
||||
|
||||
### Performance
|
||||
|
||||
- Misc binary size reductions
|
||||
|
||||
## [3.0.13] - 2022-01-26
|
||||
|
||||
### Fixes
|
||||
|
|
Loading…
Reference in a new issue