Add Serialize/Deserialize for Dynamic and ImmutableString.

This commit is contained in:
Stephen Chung
2021-01-18 10:30:58 +08:00
parent 6b5a14ee88
commit ec272cf9b9
10 changed files with 278 additions and 31 deletions

View File

@@ -4,6 +4,20 @@ Rhai Release Notes
Version 0.19.11
===============
Breaking changes
----------------
Rust compiler requirement raised to 1.49.
Bug fixes
---------
* Fixes compilation errors in `metadata` feature build.
Enhancements
------------
* `ahash` is used to hash function call parameters. This should yield speed improvements.
Version 0.19.10