Bump version.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Rhai Release Notes
|
||||
==================
|
||||
|
||||
Version 0.18.0
|
||||
==============
|
||||
|
||||
|
||||
|
||||
Version 0.17.0
|
||||
==============
|
||||
|
||||
@@ -31,6 +36,7 @@ New features
|
||||
This is particularly useful when converting a Rust `struct` to a `Dynamic` _object map_ and back.
|
||||
* `Engine::disable_symbol` to surgically disable keywords and/or operators.
|
||||
* `Engine::register_custom_operator` to define a custom operator.
|
||||
* `Engine::register_custom_syntax` to define a custom syntax.
|
||||
* New low-level API `Engine::register_raw_fn` and `Engine::register_raw_fn_XXX`.
|
||||
* New low-level API `Module::set_raw_fn` mirroring `Engine::register_raw_fn`.
|
||||
* `AST::clone_functions_only`, `AST::clone_functions_only_filtered` and `AST::clone_statements_only` to clone only part of an `AST`.
|
||||
|
Reference in New Issue
Block a user