Add to_int for decimal.

This commit is contained in:
Stephen Chung
2022-05-09 14:20:33 +08:00
parent b4fea634b0
commit c7aea45d4b
2 changed files with 30 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* Self-contained `AST` now works properly with `Engine::call_fn`.
* Missing `to_int` from `Decimal` is added.
Deprecated API's
----------------