diff --git a/clap_complete/CHANGELOG.md b/clap_complete/CHANGELOG.md index dc05ecdd2c1..bb94a00f05a 100644 --- a/clap_complete/CHANGELOG.md +++ b/clap_complete/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Correctly handle completion descriptions with newlines + ## [4.5.0] - 2024-02-08 ### Compatibility diff --git a/clap_complete_nushell/CHANGELOG.md b/clap_complete_nushell/CHANGELOG.md index 3357f57ffc8..840462e96ed 100644 --- a/clap_complete_nushell/CHANGELOG.md +++ b/clap_complete_nushell/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Correctly handle completion descriptions with newlines + ## [4.5.0] - 2024-02-08 ### Compatibility