From 55c3fa4f9cf694d17ccf62b38e76b217538c9f40 Mon Sep 17 00:00:00 2001 From: Gautham Kuppuswamy Date: Wed, 28 Aug 2024 15:23:10 -0400 Subject: [PATCH] Correcting changelog of PR #467 Signed-off-by: Gautham Kuppuswamy --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224e2bbec..cb426d073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,12 @@ # Zowe Common C Changelog -## `2.19.0` -- Adding more arguments to httpClientSessionInit to allow passing back rc (#467). - ## `2.18.1` - Bugfix: IARV64 results must be checked for 0x7FFFF000 (#474) - Bugfix: SLH should not ABEND when MEMLIMIT is reached (additional NULL check) - Bugfix: support cross-memory server parameters longer than 128 characters (zowe/zss#684) +- Enhancement: Adding more arguments to httpClientSessionInit to allow passing back rc (#467). +- Correcting changelog of PR #467 (#477). ## `2.18.0` - Minor `components.zss.logLevels._zss.httpserver=5` debug messages enhancement (#471)