diff options
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 40db7cd..b9fdb5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ for empty strings on older JavaScript runtimes. - The `bool` module gains the `to_string` function. - The `function` module gains the `tap` function. +- The `float` module gains the `random` function. +- The `int` module gains the `random` function. - The JavaScript target implementation of the `string.replace` received fallback code for NodeJS 14 compatibility. |