-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48d9693
commit 7683a71
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
``` |