From 4f6f15934d3f1f4240e54799e9218387b2827e1e Mon Sep 17 00:00:00 2001 From: guzzijones12 Date: Tue, 2 Jan 2024 20:47:52 +0000 Subject: [PATCH] add changelog --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 96941c1401..8e63956b24 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Changelog in development -------------- +* do not throw exception if input parameter is a jinja variable that does not exist. #6101 + Contributed by @guzzijones12 + Added ~~~~~ * Move `git clone` to `user_home/.st2packs` #5845