From e88d66c5c9cf7ff46e11d7a4b00008697073a3d4 Mon Sep 17 00:00:00 2001 From: Uladzislau Date: Tue, 5 Sep 2023 17:51:26 +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 36f42854..89ffb1fe 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 '#' in URL [#211] (https://github.com/zowe/zowe-client-python-sdk/issues/211) +- Bugfix: Fixed issue for datasets 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)