Allow module access in closures.

This commit is contained in:
Stephen Chung
2020-08-22 22:44:24 +08:00
parent 0b04d05afe
commit 0ece75aba3
4 changed files with 32 additions and 2 deletions

View File

@@ -1,13 +1,14 @@
Rhai Release Notes
==================
Version 0.19.0
Version 0.18.3
==============
Bug fixes
---------
* `Engine::compile_expression`, `Engine::eval_expression` etc. no longer parse anonymous functions and closures.
* Imported modules now work inside closures.
Version 0.18.2