Fix tests.

This commit is contained in:
Stephen Chung
2022-05-21 11:57:23 +08:00
parent 9c1a49da0b
commit 5435fdb8c8
2 changed files with 7 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ Bug fixes
* Self-contained `AST` now works properly with `Engine::call_fn`.
* Missing `to_int` from `Decimal` is added.
* Parsing of index expressions is relaxed and many cases no longer result in an index-type error to allow for custom indexers.
* Merging a self-contained `AST` into another `AST` now works properly.
* Merging or combining a self-contained `AST` into another `AST` now works properly.
Deprecated API's
----------------