diff --git a/CHANGELOG.md b/CHANGELOG.md index 834a382cfe8..d180abe57b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- *(derive)* Ensure `#[clap(...)]` attribute still works + ## [4.0.0] - 2022-09-28 ### Highlights diff --git a/clap_mangen/CHANGELOG.md b/clap_mangen/CHANGELOG.md index 9c194b44ade..818e8ff5aca 100644 --- a/clap_mangen/CHANGELOG.md +++ b/clap_mangen/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Respect hide attributes in more cases + ## [0.2.0] - 2022-09-28 ## [0.1.10] - 2022-06-28