aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b3a4ae..d0c47cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
- The `bit_string` module gains the `concat` function and has the `part`
function renamed to `slice`.
-- The `os` module has been moved to the `gleam_os` library.
+- The `os` module has been removed in favour of target specific libraries.
- The `rescue` function has been removed from the `function` library in favour
of target specific versions in Erlang and JavaScript specific libraries.
- The `map.update` function now uses `Option` rather than `Result`.