-
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
4ef8b44
commit 5337fc7
Showing
1 changed file
with
11 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
```release-note:bug | ||
`resource/davinci_variable`: Fixed panic crash when attempting to create a new flow variable that does not already exist. | ||
``` | ||
|
||
```release-note:bug | ||
`resource/davinci_variable`: Fixed "Error reading variable: json: cannot unmarshal object into Go struct field" error on all variables when a flow sets a flow variable value to an object type. | ||
``` | ||
|
||
```release-note:bug | ||
`resource/davinci_flow`: Fixed issue on import where flow and flow instance variables lose their value setting when using the Variables Connector node. | ||
``` |