From 8a32eaccfaf8b6da65e3af64da37c63b5bda4f95 Mon Sep 17 00:00:00 2001 From: Uladzislau Date: Thu, 7 Sep 2023 19:37:17 +0200 Subject: [PATCH] GH-211 CHANGELOG.md update Signed-off-by: Uladzislau --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89ffb1fe..dc3ec78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil ## Recent Changes -- Bugfix: Fixed issue for datasets with special characters in URL [#211] (https://github.com/zowe/zowe-client-python-sdk/issues/211) +- Bugfix: Fixed issue for datasets and jobs with special characters in URL [#211] (https://github.com/zowe/zowe-client-python-sdk/issues/211) - Feature: Added a CredentialManager class to securely retrieve values from credentials and manage multiple credential entries on Windows [#134](https://github.com/zowe/zowe-client-python-sdk/issues/134)