Skip to content

Release patch v1.6.1

Compare
Choose a tag to compare
@newm4n newm4n released this 03 Sep 12:35
· 96 commits to master since this release
c16f86b

This v1.6.1 patch

  • Remove crashing bug that caused by unaddressable value operation (on SetCap() and SetLen()) in array.Clear() and map.Clear().
  • Fix array.Append() operation that causes array operation fail because once the append is executed, the function does not properly return.