diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-09-09 23:20:38 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-09-09 23:20:38 +0100 |
commit | e77e60a4f44a04a5195d471ce5fcd82033deb5cd (patch) | |
tree | 0e756f9aad18f3ffbe037b46515919c9a271342f | |
parent | 57dfc2152a5aef99889dad74abdafd9f7ae8c7bb (diff) | |
download | gleam_stdlib-e77e60a4f44a04a5195d471ce5fcd82033deb5cd.tar.gz gleam_stdlib-e77e60a4f44a04a5195d471ce5fcd82033deb5cd.zip |
Wording
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 88eee7c..a0e8c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- All modules have been updated to work on JavaScript as well as Erlang. - The `bit_string` module gains the `concat` function and has the `part` function renamed to `slice`. - The `os` module has been removed in favour of target specific libraries. @@ -21,8 +22,6 @@ - The `atom` module has been moved to the `gleam_erlang` library. - Prelude types like `Result`, `List` etc. are no longer redefined in their stdlib modules. -- All modules have been updated to work when running on both Erlang and - JavaScript. - The `dynamic` module functions now return structured error values instead of a string error description. - The `string` module gains the `to_option` function. |