From 2f964689799e9fa7e5661377aa4c18e61410e36c Mon Sep 17 00:00:00 2001 From: Peizhao Mei <105866197+pem70@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:14:45 -0400 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Trae Yelovich Signed-off-by: Peizhao Mei <105866197+pem70@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681815aa..0f172fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ 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) +- *Breaking*: Revised function names in `Logger` class and `files` class into snake_case. Enabled pylint rule to enforce function case. [#315] (https://github.com/zowe/zowe-client-python-sdk/issues/315) ### Bug Fixes