aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-04-16 10:38:41 +0100
committerLouis Pilfold <louis@lpil.uk>2022-04-16 10:38:41 +0100
commitb92333888a8e66d6a577abbc0badeb7d11d7f56d (patch)
tree62b748d3b067ca10427c6d65b6220a2256ae032a
parent992f5a4f2f40537db96fb50c97f96f56f003b41b (diff)
downloadgleam_stdlib-b92333888a8e66d6a577abbc0badeb7d11d7f56d.tar.gz
gleam_stdlib-b92333888a8e66d6a577abbc0badeb7d11d7f56d.zip
Changelog!
-rw-r--r--CHANGELOG.md2
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.