Allow setters returning values when return_raw.

This commit is contained in:
Stephen Chung
2021-05-02 23:51:37 +08:00
parent 9fabca5937
commit 13d5092c4d
3 changed files with 15 additions and 5 deletions

View File

@@ -4,6 +4,12 @@ Rhai Release Notes
Version 0.20.2
==============
New features
------------
* Each `Dynamic` value can now contain arbitrary data (type `i16`) in the form of a _tag_. This is to use up otherwise wasted space in the `Dynamic` type.
Version 0.20.1
==============