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. +```