From d4d94bf21e93f8cbe246c6dd219931371908bcc6 Mon Sep 17 00:00:00 2001 From: Rishi Mondal Date: Fri, 27 Dec 2024 01:40:31 +0530 Subject: [PATCH] Update packages/imperative/CHANGELOG.md Co-authored-by: Timothy Johnson Signed-off-by: Rishi Mondal --- packages/imperative/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/imperative/CHANGELOG.md b/packages/imperative/CHANGELOG.md index 14224c398..16579208e 100644 --- a/packages/imperative/CHANGELOG.md +++ b/packages/imperative/CHANGELOG.md @@ -4,9 +4,7 @@ All notable changes to the Imperative package will be documented in this file. ## `8.10.2` -- bugfix: fixed a typo in the syntax validation code for positional arguments. the bug caused the validation to never fail. [#2384](https://github.com/zowe/zowe-cli/pull/2384) -- enhancement: added a regression test to validate the fix. [#2384](https://github.com/zowe/zowe-cli/pull/2384) - (note: non-user-facing items like regression tests are typically not included in the changelog). +- BugFix: Fixed a typo in the syntax validation code for positional arguments which caused the validation to never fail. [#2375](https://github.com/zowe/zowe-cli/issues/2375) ## `8.10.1`