diff --git a/packages/zosfiles/CHANGELOG.md b/packages/zosfiles/CHANGELOG.md index 8dc480e13..059cf2af0 100644 --- a/packages/zosfiles/CHANGELOG.md +++ b/packages/zosfiles/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to the Zowe z/OS files SDK package will be documented in this file. +## Recent Changes +- Enhancement: Instilled the creation of a centralized header creation class to be used across the files SDK with `ZosFilesHeaders.ts` + ## `8.13.0` - 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)