diff --git a/clap_complete/CHANGELOG.md b/clap_complete/CHANGELOG.md index a8c0a9c5511..45ff2ecf4af 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)* Renamed `dynamic` to `engine` + +### Fixes + +- *(dynamic)* *(bash)* Don't cause a completion to make the program un-runnabe +- *(dynamic)* *(zsh)* Don't cause a completion to make the program un-runnabe + ## [4.5.18] - 2024-08-16 ### Features