From d01f085c1f2db2a5a38d5a2a62b2e6ca0d12f567 Mon Sep 17 00:00:00 2001 From: pem70 Date: Fri, 19 Jul 2024 10:24:24 -0400 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: pem70 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d69083a0..2d2860f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to the Zowe Client Python SDK will be documented in this file. +## Recent Changes + +### Enhancements + +- Supported for doc string enforcer [#309] (https://github.com/zowe/zowe-client-python-sdk/issues/309) + +- Add type annotations for all methods [#280] (https://github.com/zowe/zowe-client-python-sdk/issues/280) + +### Bug Fixes + ## `1.0.0-dev18` ### Enhancements @@ -12,10 +22,6 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil - *Breaking*: Added Support for turning off loggers. Replaced `setLoggerLevel` in Logger class with `setAllLoggerLevel` [#278] (https://github.com/zowe/zowe-client-python-sdk/issues/278) -- Supported for doc string enforcer [#309] (https://github.com/zowe/zowe-client-python-sdk/issues/309) - -- Add type annotations for all methods [#280] (https://github.com/zowe/zowe-client-python-sdk/issues/280) - ### 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)