From 38cec0d65b7d152c5a873148ce73b68e0645851c Mon Sep 17 00:00:00 2001 From: jace-roell Date: Wed, 29 Jan 2025 14:37:29 -0500 Subject: [PATCH] changelog Signed-off-by: jace-roell --- packages/cli/CHANGELOG.md | 2 +- packages/zosfiles/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 4e9a625e9..ba62cb4cf 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to the Zowe CLI package will be documented in this file. ## Recent Changes -- Enhancement: Added `--data-set-type` flag to create sequential data set command to allow for creating extended and large formatted sequential data sets [#2141](https://github.com/zowe/zowe-cli/issues/2141) +- Enhancement: Added the `--data-set-type` flag to create sequential data set command to allow for creating extended and large formatted sequential data sets. [#2141](https://github.com/zowe/zowe-cli/issues/2141) ## `8.12.0` diff --git a/packages/zosfiles/CHANGELOG.md b/packages/zosfiles/CHANGELOG.md index 8c15b53d8..1f3ec1002 100644 --- a/packages/zosfiles/CHANGELOG.md +++ b/packages/zosfiles/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the Zowe z/OS files SDK package will be documented in thi ## Recent Changes -- BugFix: The `Create.dataSetValidateOptions()` function now handles creating data sets with a `dsorg` of `PS-L` by changing the `dsntype` to `LARGE` [#2141](https://github.com/zowe/zowe-cli/issues/2141) +- BugFix: The `Create.dataSetValidateOptions()` function now correctly handles data set creation when the `dsorg` attribute is set to `PS-L` by automatically updating the `dsntype` attribute to `LARGE`. [#2141](https://github.com/zowe/zowe-cli/issues/2141) ## `8.12.0`