Merge branch 'v1.2-fixes'

This commit is contained in:
Stephen Chung
2021-11-23 22:46:16 +08:00
2 changed files with 289 additions and 354 deletions

View File

@@ -10,6 +10,15 @@ Enhancements
* Added `into_array` and `into_typed_array` for `Dynamic`.
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
=============