Add EvalAltResult::IndexNotFound.

This commit is contained in:
Stephen Chung
2022-05-19 10:02:12 +08:00
parent 7c8c6659ae
commit a53bcc2e1d
3 changed files with 33 additions and 20 deletions

View File

@@ -16,6 +16,11 @@ Deprecated API's
* `FnPtr::num_curried` is deprecated in favor of `FnPtr::curry().len()`.
Enhancements
------------
* `EvalAltResult::IndexNotFound` is added to aid in raising errors for indexers.
Version 1.7.0
=============