mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
docs: Update changelog
This commit is contained in:
parent
bd653b90d9
commit
09d21f4005
3 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue