diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 41a79bd2d4..d7e1e98490 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to the Zowe CLI package will be documented in this file. ## Recent Changes +- Enhancement: Applied consistent capitalization and punctuation for Zowe CLI help text [#1756](https://github.com/zowe/zowe-cli/issues/1756) - BugFix: Add missing npm-shrinkwrap ## `8.0.0-next.202311291643` diff --git a/packages/imperative/CHANGELOG.md b/packages/imperative/CHANGELOG.md index 037a4c816f..6f8e4009ab 100644 --- a/packages/imperative/CHANGELOG.md +++ b/packages/imperative/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the Imperative package will be documented in this file. +## Recent Changes + +- Enhancement: Applied consistent capitalization and punctuation for Zowe CLI help text [#1756](https://github.com/zowe/zowe-cli/issues/1756) + ## `8.0.0-next.202311291643` - LTS Breaking: Removed check for `ZOWE_EDITOR` environment variable in `ProcessUtils.openInEditor` [#1867](https://github.com/zowe/zowe-cli/issues/1867)