Skip to content

Commit

Permalink
updated changelog links to issue link
Browse files Browse the repository at this point in the history
Signed-off-by: Pujal <[email protected]>
  • Loading branch information
pujal0909 committed Jan 7, 2025
1 parent 6b75ef8 commit 352ce88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to the Zowe CLI package will be documented in this file.

## Recent Changes
- Enhancement: The `zowe zos-files copy data-set` command no longer requires the target data set to be preallocated. [##2393] (https://github.com/zowe/zowe-cli/pull/2393)
- Enhancement: The `zowe zos-files copy data-set` command no longer requires the target data set to be preallocated. [##2349] (https://github.com/zowe/zowe-cli/issues/2349)

## `8.10.3`

Expand Down
2 changes: 1 addition & 1 deletion packages/zosfiles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to the Zowe z/OS files SDK package will be documented in thi


## Recent Changes
- Enhancement: The `Copy.dataset` method now creates a new data set if the inputted target data set does not exist. [#2386](https://github.com/zowe/zowe-cli/pull/2386)
- Enhancement: The `Copy.dataset` function now creates a new data set if the inputted target data set does not exist. [#2349](https://github.com/zowe/zowe-cli/issues/2349)

## `8.10.3`
- BugFix: The `Copy.dataset` method no longer copies all partitioned data set members if a member is passed to the function. [#2402](https://github.com/zowe/zowe-cli/pull/2402)
Expand Down

0 comments on commit 352ce88

Please sign in to comment.