diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-09-07 19:42:29 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-09-07 19:42:29 +0100 |
commit | 43dad5dbfd3ef19257cbf8e781b0e8e0697b6b95 (patch) | |
tree | 9d22b647d4d0834c36048e68c6d4665aaea92df4 | |
parent | 4e406a19c4c3c6f18baa0fc1556b9fc31cb9e377 (diff) | |
download | gleam_stdlib-43dad5dbfd3ef19257cbf8e781b0e8e0697b6b95.tar.gz gleam_stdlib-43dad5dbfd3ef19257cbf8e781b0e8e0697b6b95.zip |
Changelog!
-rw-r--r-- | CHANGELOG.md | 2 |
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`. |