docs: Update changelog

This commit is contained in:
Ed Page 2022-04-30 06:35:38 -05:00
parent bd653b90d9
commit 09d21f4005
3 changed files with 15 additions and 0 deletions

View file

@ -16,6 +16,13 @@ _gated behind `unstable-v4`_
<!-- next-header -->
## [Unreleased] - ReleaseDate
### Fixes
- Help subcommand and `Command::write_help` now report required arguments in usage in more circumstances
- Unknown subcommand for help subcommand flag now reports an error with more context
- More details reported when using `debug` feature
- Allow disabling `color` feature with `debug` feature enabled
## [3.1.12] - 2022-04-22
### Fixes

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
### Fixes
- Minimal rust-implemented clap completion engine, behind `unstable-dynamic` feature flag
## [3.1.2] - 2022-04-19
## [3.1.1] - 2022-03-02

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased] - ReleaseDate
### Breaking Changes
- Don't do prefix matching by default
## [0.1.1] - 2022-04-15
- Drop `memchr` dependency