Release patch v1.6.1
This v1.6.1 patch
- Remove crashing bug that caused by unaddressable value operation (on
SetCap()
andSetLen()
) inarray.Clear()
andmap.Clear()
. - Fix array.Append() operation that causes array operation fail because once the append is executed, the function does not properly return.