From 78a7eaa81144e51aabd82e564f3a4bb46a7b2df5 Mon Sep 17 00:00:00 2001 From: pem70 Date: Fri, 14 Jun 2024 13:54:18 -0400 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: pem70 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be34938f..4484158d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil - Refactored tests into proper folders and files [#265](https://github.com/zowe/zowe-client-python-sdk/issues/265) - Fixed the bug on `upload_file_to_dsn` [#104](https://github.com/zowe/zowe-client-python-sdk/issues/104) - **Breaking:** Standardized `response` output based on `Content-Type`. [#266](https://github.com/zowe/zowe-client-python-sdk/issues/266) +- Refactored function `Datasets.create` definition [#214](https://github.com/zowe/zowe-client-python-sdk/issues/214) ### Bug Fixes