mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
docs: Forward integrate v3's changelog
This commit is contained in:
parent
5bbe04ac2a
commit
f3c4bfd993
1 changed files with 18 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -103,6 +103,19 @@ Deprecated
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
## [3.2.18] - 2022-08-29
|
||||
|
||||
### Fixes
|
||||
|
||||
- *(help)* `Command::print_help` now respects `Command::colored_help`
|
||||
- *(derive)* Improved error messages
|
||||
|
||||
## [3.2.17] - 2022-08-12
|
||||
|
||||
### Fixes
|
||||
|
||||
- *(derive)* Expose `#[clap(id = ...)]` attribute to match Arg's latest API
|
||||
|
||||
## [3.2.16] - 2022-07-30
|
||||
|
||||
### Fixes
|
||||
|
@ -3616,7 +3629,11 @@ Minimum version of Rust is now v1.13.0 (Stable)
|
|||
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
|
||||
|
||||
<!-- next-url -->
|
||||
[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.14...HEAD
|
||||
[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.18...HEAD
|
||||
[3.2.18]: https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.18
|
||||
[3.2.17]: https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17
|
||||
[3.2.16]: https://github.com/clap-rs/clap/compare/v3.2.15...v3.2.16
|
||||
[3.2.15]: https://github.com/clap-rs/clap/compare/v3.2.14...v3.2.15
|
||||
[3.2.14]: https://github.com/clap-rs/clap/compare/v3.2.13...v3.2.14
|
||||
[3.2.13]: https://github.com/clap-rs/clap/compare/v3.2.12...v3.2.13
|
||||
[3.2.12]: https://github.com/clap-rs/clap/compare/v3.2.11...v3.2.12
|
||||
|
|
Loading…
Reference in a new issue