aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-07-16 19:36:39 +0100
committerLouis Pilfold <louis@lpil.uk>2021-07-16 20:10:11 +0100
commit08ee11667c62bf416e7dcd8e314a7c8792168c2b (patch)
tree29c379f40909d3598a30a025c369cebbadc4f61e /CHANGELOG.md
parentd268cee7c72f146ef0b8f5118c9fe3c1b1880c8f (diff)
downloadgleam_stdlib-08ee11667c62bf416e7dcd8e314a7c8792168c2b.tar.gz
gleam_stdlib-08ee11667c62bf416e7dcd8e314a7c8792168c2b.zip
bool and order JS support
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56ee093..d6a6e56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- The `bool`, and `order` modules now support JavaScript compilation.
- The `map.update` function now uses `Option` rather than `Result`.
- The `iterator` module gains the `fold_until` function.