Add into_array and into_typed_array.

This commit is contained in:
Stephen Chung
2021-11-23 12:45:59 +08:00
parent 90200e607c
commit 6ad7b344bf
5 changed files with 192 additions and 83 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 1.3.0
=============
Enhancements
------------
* Added `into_array` and `into_typed_array` for `Dynamic`.
Version 1.2.0
=============