aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-07-16 20:01:42 +0100
committerLouis Pilfold <louis@lpil.uk>2021-07-16 20:10:11 +0100
commitd62180206eabec96599b7e00002c211075732264 (patch)
tree8cf5dc3c7e4ad1cabb5e032cc153a5f25216b06c
parentae5fb5c267af3d92a33b093bba5e61f0cd34f333 (diff)
downloadgleam_stdlib-d62180206eabec96599b7e00002c211075732264.tar.gz
gleam_stdlib-d62180206eabec96599b7e00002c211075732264.zip
Changes!
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6a6e56..88b43f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
## Unreleased
-- The `bool`, and `order` modules now support JavaScript compilation.
+- The `bool`, `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.