From 1bcd9e443eea82bdc05b669bcc531e118ba3131c Mon Sep 17 00:00:00 2001 From: rebrowning Date: Fri, 12 Jan 2024 10:39:42 -0800 Subject: [PATCH] update the cchangelog --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4571dd0525..8daf25e519 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,12 @@ in development Fixed ~~~~~ +Added +~~~~~ +* add a schema to shell and winrm runners to allow validations to be executed againt their payloads. This means that shell or winrm jobs + that return a json object will be parsed into a dict to allow for field validations to be performed. Non json string resonses are still + handled as normal #6102 + 3.8.1 - December 13, 2023 ------------------------- Fixed