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