diff --git a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md index aa4cc8477c..69d161f07e 100644 --- a/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md +++ b/versioned_docs/version-v1.28.x/getting-started/release-notes/v1_28_1.md @@ -14,8 +14,7 @@ To see a full list of release enhancements and fixes, see [New features and enha ### Zowe CLI -The following enhancements were added to Zowe CLI: - +- None. ## Bug fixes @@ -25,7 +24,22 @@ The following enhancements were added to Zowe CLI: ### Zowe CLI -The following bugs were fixed in **core Zowe CLI**: +Zowe CLI and related components contain the following bug fixes: + +#### Zowe CLI (Core) + +- Fixed missing help text for `zos-files upload dir-to-uss` command. +- Updated Imperative to absorb the bug fixes listed below. + +#### Imperative CLI Framework + +- Removed some extraneous dependencies. [(#477)](https://github.com/zowe/imperative/issues/477) +- Added ANSI escape codes trimming for the webhelp. [(#704)](https://github.com/zowe/imperative/issues/704) +- Fixed `AbstractRestClient` not converting LF line endings to CRLF for every line when downloading large files on Windows. [(zowe/zowe-cli#1458)](https://github.com/zowe/zowe-cli/issues/1458) +- Fixed `zowe --version --rfj` including a trailing newline in the version field. [(#842)](https://github.com/zowe/imperative/issues/842) +- Updated `cli-table3` dependency for performance improvements. +#### Db2 Plug-in for Zowe CLI -The following bugs were fixed in the **Imperative CLI Framework**: \ No newline at end of file +- Updated ibm_db dependency to be compatible with Node.js 18. +- Updated ibm_db to allow the plug-in to install on M1 Macs. \ No newline at end of file