Wrap eval errors in ErrorInFunctionCall.

This commit is contained in:
Stephen Chung
2021-02-18 14:33:12 +08:00
parent f8a7ada2a2
commit 9a9adbefcc
3 changed files with 44 additions and 7 deletions

View File

@@ -1,6 +1,21 @@
Rhai Release Notes
==================
Version 0.19.13
===============
Bug fixes
---------
* Bug in `Position::is_beginning_of_line` is fixed.
Enhancements
------------
* Error position in `eval` statements is now wrapped in an `EvalAltResult::ErrorInFunctionCall`.
* `Position` now implements `Add` and `AddAssign`.
Version 0.19.12
===============