From 9b16a4a0dff5f75480c83f45bb80280452ede227 Mon Sep 17 00:00:00 2001 From: pem70 Date: Thu, 18 Jul 2024 13:08:58 -0400 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: pem70 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c023b1..ec8b9312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil - Add type annotations for all methods [#280] (https://github.com/zowe/zowe-client-python-sdk/issues/280) +- *Breaking*: Revised function names in `Logger` class and `files` class into snake_case. Supported for function case enforcer [#315] (https://github.com/zowe/zowe-client-python-sdk/issues/315) + ### Bug Fixes - Fixed a bug on `create` in `Datasets` where the target dataset gets created with a different block size when `like` is specified [#295] (https://github.com/zowe/zowe-client-python-sdk/issues/295)