diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
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. |