Add Dynamic parameters to qualified function calls.

This commit is contained in:
Stephen Chung
2022-04-08 11:27:52 +08:00
parent 6481e19673
commit 42f977862f
3 changed files with 74 additions and 3 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 1.7.0
=============
Bug fixes
---------
* Functions with `Dynamic` parameters now work in qualified calls from `import`ed modules.
Version 1.6.0
=============