New constants for Dynamic.

This commit is contained in:
Stephen Chung
2021-07-25 11:50:31 +08:00
parent 94674679d9
commit ffb1531e0e
2 changed files with 62 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Enhancements
* `$symbol$` is supported in custom syntax to match any symbol.
* `Dynamic::as_string` and `Dynamic::as_immutable_string` are deprecated and replaced by `into_string` and `into_immutable_string` respectively.
* Added a number of constants to `Dynamic`.
* `parse_float()`, `PI()` and `E()` now defer to `Decimal` under `no_float` if `decimal` is turned on.