docs: Update changelog

This commit is contained in:
Ed Page 2022-10-10 11:30:46 -05:00
parent f4324229c8
commit d821d2f193

View file

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
### Features
- Added `TypedValueParser::try_map` for when adapting an existing `TypedValueParser` can fail
- *(error)* Create errors like clap with `Error::new`, `Error::with_cmd`, and `Error::insert`
## [4.0.11] - 2022-10-09
### Fixes