diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2a6bd8611..50c53fd31dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Shift more asserts from parsing to `App` building (ie will now run in `App::debug_assert`) + +**derive** +- Documentation fixes + ## [3.0.6] - 2022-01-10 ### Fixes diff --git a/clap_complete/CHANGELOG.md b/clap_complete/CHANGELOG.md index 247b7dae105..b19683110b8 100644 --- a/clap_complete/CHANGELOG.md +++ b/clap_complete/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Use new Elvish 0.17 syntax +- Add newline at end of zsh output + ## [3.0.2] - 2022-01-04 ## [3.0.1] - 2022-01-03