Add support for Dynamic wildcard arguments.
This commit is contained in:
@@ -19,6 +19,7 @@ Breaking changes
|
||||
New features
|
||||
------------
|
||||
|
||||
* Functions are now allowed to have `Dynamic` arguments.
|
||||
* `#[rhai_fn(pure)]` attribute to mark a plugin function with `&mut` parameter as _pure_ so constants can be passed to it. Without it, passing a constant value into the `&mut` parameter will now raise an error.
|
||||
* Comparisons between `FLOAT`/[`Decimal`](https://crates.io/crates/rust_decimal) and `INT` are now built in.
|
||||
|
||||
|
Reference in New Issue
Block a user