docs: Update changelog

This commit is contained in:
Ed Page 2023-09-25 15:58:50 -05:00
parent 3ac44040ef
commit 463d6c52af

View file

@ -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