Fix bug that consumes first argument in module-qualified call.

This commit is contained in:
Stephen Chung
2020-08-20 16:26:10 +08:00
parent 6a3e123306
commit ac6d519d28
3 changed files with 66 additions and 4 deletions

View File

@@ -4,6 +4,12 @@ Rhai Release Notes
Version 0.19.0
==============
Bug fixes
---------
* Fixes bug that prevents calling functions in closures.
* Fixes bug that erroneously consumes the first argument to a module-qualified function call.
New features
------------