From 7683a711ff978a2b22d379380d0781a1dbae83e0 Mon Sep 17 00:00:00 2001 From: Patrick Cowland Date: Mon, 3 Jun 2024 13:28:29 +0100 Subject: [PATCH] changelog --- .changelog/325.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.changelog/325.txt b/.changelog/325.txt index 241d81a8..024fa8ed 100644 --- a/.changelog/325.txt +++ b/.changelog/325.txt @@ -1,3 +1,11 @@ ```release-note:bug `resource/davinci_flow`: Fix issue whereby flow variables cannot be updated, leading to error. ``` + +```release-note:bug +`resource/davinci_flow`: Fixed `flow_variables.type` so that it refers to the data type of the variable (as is the original intention), rather than the type of the variable object. +``` + +```release-note:enhancement +`resource/davinci_flow`: Added `flow_variables.value` to allow the variable's default value to be updated. +```