Engine::register_type_XXX available under no_object.

This commit is contained in:
Stephen Chung
2021-08-23 23:10:54 +08:00
parent 33d1006d28
commit db3049e574
2 changed files with 1 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ Enhancements
* `Scope::set_value` now takes anything that implements `Into<Cow<str>>`.
* Added `Scope::is_constant` to check if a variable is constant.
* Added `Scope::set_or_push` to add a new variable only if one doesn't already exist.
* `Engine::register_type_XXX` are now available even under `no_object`.
Version 1.0.2