mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
docs: Update changelog
This commit is contained in:
parent
3ac44040ef
commit
463d6c52af
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Fixes
|
||||
|
||||
- *(parser)* When inferring subcommand `name` or `long_flag`, allow ambiguous-looking matches that unambiguously map back to the same command
|
||||
- *(parser)* When inferring subcommand `long_flag`, don't panic
|
||||
- *(assert)* Clarify what action is causing a positional that doesn't set values which is especially useful for derive users
|
||||
|
||||
## [4.4.4] - 2023-09-18
|
||||
|
||||
### Internal
|
||||
|
|
Loading…
Add table
Reference in a new issue