diff --git a/clap_complete/CHANGELOG.md b/clap_complete/CHANGELOG.md index 86e26dd333b..a7a979f0b48 100644 --- a/clap_complete/CHANGELOG.md +++ b/clap_complete/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +- *(dynamic)* Moved `dynamic::shells` to `dynamic::command` +- *(dynamic)* Guarded `dynamic::command` with `unstable-command` feature + +### Features + +- *(dynamic)* Added `env::CompleteEnv` application integration + ## [4.5.14] - 2024-08-10 ### Compatibility