Fix bug with using self-contained AST with call_fn.

This commit is contained in:
Stephen Chung
2022-05-05 21:34:15 +08:00
parent 2a57bd9d25
commit b23d64bec0
3 changed files with 27 additions and 3 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 1.8.0
=============
Bug fixes
---------
* Self-contained `AST` now works properly with `Engine::call_fn`.
Version 1.7.0
=============