docs: Update changelog

This commit is contained in:
Ed Page 2023-01-24 16:41:45 -06:00
parent 7c4c6586d0
commit 4348f43b21

View file

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