From c9b8c85f09a8f3aba43f4d23d11313f8f2d9b4d4 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 19 Aug 2024 10:46:56 -0500 Subject: [PATCH] docs: Update changelog --- clap_complete/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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