Introduce EvalAltResult::ErrorSystem.

This commit is contained in:
Stephen Chung
2020-10-17 16:34:07 +08:00
parent 8eb6c821d4
commit 7a4905209c
4 changed files with 44 additions and 44 deletions

View File

@@ -5,6 +5,12 @@ Rhai Release Notes
Version 0.19.3
==============
Breaking changes
----------------
* `EvalAltResult::ErrorReadingScriptFile` is removed in favor of the new `EvalAltResult::ErrorSystem`.
* `EvalAltResult::ErrorLoopBreak` is renamed to `EvalAltResult::LoopBreak`.
Version 0.19.2
==============