Skip to content

Commit d973160

Browse files
committed
[[ Bug 20931 ]] Add release note
1 parent 545fef5 commit d973160

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/lcb/notes/20931.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LiveCode Builder Virtual Machine
2+
## Array and list assign ops
3+
4+
Previously there was a difference between constructing a list or array
5+
using `push` or `put` and using list or array assigment expressions `[]`
6+
and `{}`, namely values were converted to `optional any` only in the
7+
latter case. For consistency, they are now converted in both cases.
8+
9+
# [20931] Values should bridge to optional any in array and list assign

0 commit comments

Comments
 (0)