Add parse/write to blobs.
This commit is contained in:
17
CHANGELOG.md
17
CHANGELOG.md
@@ -4,11 +4,19 @@ Rhai Release Notes
|
||||
Version 1.3.0
|
||||
=============
|
||||
|
||||
This version adds native support for `BLOB`'s (byte arrays), as well as a number of configuration
|
||||
settings to fine-tun language features.
|
||||
|
||||
Compiler requirement
|
||||
--------------------
|
||||
|
||||
* Minimum compiler version is now 1.51.
|
||||
|
||||
Bug fixes
|
||||
---------
|
||||
|
||||
* `from_dynamic` now supports deserializing `Option`.
|
||||
|
||||
New features
|
||||
------------
|
||||
|
||||
@@ -40,15 +48,6 @@ Deprecated and Gated API's
|
||||
* `FnPtr::call_dynamic` is deprecated in favor of `FnPtr::call_raw`.
|
||||
|
||||
|
||||
Version 1.2.2
|
||||
=============
|
||||
|
||||
Bug fixes
|
||||
---------
|
||||
|
||||
* `from_dynamic` now supports deserializing `Option`.
|
||||
|
||||
|
||||
Version 1.2.1
|
||||
=============
|
||||
|
||||
|
Reference in New Issue
Block a user