diff --git a/CHANGELOG.md b/CHANGELOG.md index a5eaa20c..c4a124a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil ### Bug Fixes +- Replaces `datasets` in function names with `data_sets` as a standard and sets unnecessary public variables to private [#83] (https://github.com/zowe/zowe-client-python-sdk/issues/83) - Fixed `Files.create_data_set` to accept "FBA", "FBM", "VBA", "VBM" as valid recfm [#240](https://github.com/zowe/zowe-client-python-sdk/issues/240) - Fixed an issue with `Jobs.list_jobs` user correlator parameter [#242](https://github.com/zowe/zowe-client-python-sdk/issues/242) - Fixed default encoding for I/O operations to be UTF-8 on Windows [#243](https://github.com/zowe/zowe-client-python-sdk/issues/243)