aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-07-18 22:36:58 +0100
committerLouis Pilfold <louis@lpil.uk>2021-07-18 22:36:58 +0100
commit280a4d2ee14acc358574a32645baf1c27e8bf04c (patch)
tree24fc74bfc9afcb21c095ce0b2f116d1c73ffdc04
parente657d78fbadad6e02e2cd3e2427e79a54ddb343e (diff)
downloadgleam_stdlib-280a4d2ee14acc358574a32645baf1c27e8bf04c.tar.gz
gleam_stdlib-280a4d2ee14acc358574a32645baf1c27e8bf04c.zip
Changes!
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 760ea9d..e2f6653 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,10 @@
- The `os` module has been moved to the `gleam_os` library.
- The `rescue` function has been removed from the `function` library in favour
of target specific versions in Erlang and JavaScript specific libraries.
-- 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.
+- All modules have been updated to work when running on both Erlang and
+ JavaScript.
## v0.16.0 - 2021-06-17