Fix bug in array methods.

This commit is contained in:
Stephen Chung
2021-11-23 22:37:18 +08:00
parent 20915572e8
commit 2b0b79870e
2 changed files with 285 additions and 354 deletions

View File

@@ -4,6 +4,11 @@ Rhai Release Notes
Version 1.2.1
=============
Bug fixes
---------
* Array methods (such as `map`) taking a closure with captures as argument now works properly.
Version 1.2.0
=============