Skip to content

AviatorScript 5.3.3

Choose a tag to compare

@killme2008 killme2008 released this 29 Oct 05:17
· 84 commits to master since this release

Main changes:

  • Fixed memory leak in lambda function caching #494 #481
  • Fixed wrong value captured by function #496
  • Adds seq.add_all(seq1, seq2) to add all elements of seq2 to seq1. #500