Add feature newsfragment for #3558.

pull/3558/head
derekpierre 2024-10-03 09:10:52 -04:00
parent 40feaf49de
commit 64f744b54b
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Condition that allows for if-then-else branching based on underlying conditions i.e. IF ``CONDITION A`` THEN ``CONDITION B`` ELSE ``CONDITION_C``.
The ELSE component can either be a Condition or a boolean value.