From 8e1f213b46f18ed9ee5560b9ae9fc40d72e19533 Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Fri, 18 Aug 2023 15:21:33 -0400 Subject: [PATCH] Add this to CHANGELOG --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6433607c13..a043a90961 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,8 @@ Config Updates - Added a new ``initial_image`` input type that lets you read in an existing image file and draw onto it. (#1237) - Added skip_failures option in stamp fields. (#1238) +- Let input items depend on other input items, even if they appear later in the input field. + (#1239) New Features