mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
docs: Update changelog
This commit is contained in:
parent
7c4c6586d0
commit
4348f43b21
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Fixes
|
||||
|
||||
- *(help)* Respect `disable_colored_help` when using `arg_required_else_help`
|
||||
|
||||
### Performance
|
||||
|
||||
- Speed up compiling `arg!` macro
|
||||
|
||||
## [4.1.3] - 2023-01-23
|
||||
|
||||
### Fixes
|
||||
|
|
Loading…
Reference in a new issue