diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ac6cad420..345556dd98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Features + +- *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it + ## [4.5.13] - 2024-07-31 ### Fixes diff --git a/clap_complete/CHANGELOG.md b/clap_complete/CHANGELOG.md index 7117a30f4cf..c635c13c0a4 100644 --- a/clap_complete/CHANGELOG.md +++ b/clap_complete/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Features + +- *(dynamic)* Added `ArgValueCompleter` for custom completions + +### Compatibility + +- *(dynamic)* `CompletionCandidate::visible` was renamed to `CompletionCandidate::hide` + ## [4.5.12] - 2024-07-31 #### Features