aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-07-18 17:33:43 +0100
committerLouis Pilfold <louis@lpil.uk>2021-07-18 17:33:43 +0100
commit3d287285eb8a1e824a400d01afa543454eff7b44 (patch)
tree75f0330233b580f12f11b1bd25159e6a2017fa33 /CHANGELOG.md
parent6b449f10ee19c3012cfb8c33d9c687acd4d0d303 (diff)
downloadgleam_stdlib-3d287285eb8a1e824a400d01afa543454eff7b44.tar.gz
gleam_stdlib-3d287285eb8a1e824a400d01afa543454eff7b44.zip
JS list support
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2440c2e..d84fb76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,8 @@
## Unreleased
- The `os` module has been moved to the `gleam_os` library.
-- The `bool`, `order`, and `pair` modules now support JavaScript compilation.
+- The `bool`, `list`, `order`, and `pair` modules now support JavaScript
+ compilation.
- The `map.update` function now uses `Option` rather than `Result`.
- The `iterator` module gains the `fold_until` function.