Set position for errors in native function call.

This commit is contained in:
Stephen Chung
2021-02-27 15:06:57 +08:00
parent bca4344d72
commit c8addb45ac
2 changed files with 30 additions and 8 deletions

View File

@@ -1,6 +1,15 @@
Rhai Release Notes
==================
Version 0.19.14
===============
Bug fixes
---------
* Errors in native Rust functions now contain the correct function call positions.
Version 0.19.13
===============