diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-07-31 11:26:38 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-07-31 11:26:38 +0100 |
commit | f78920f014e2e2b3d512bd5703902bbdba68eb4f (patch) | |
tree | a8dbc823a3223fb67f2d8e34ef4287f4de3f161d /CHANGELOG.md | |
parent | 942521b3016af2f24bff4eb1237c01a7856ffea5 (diff) | |
download | gleam_stdlib-f78920f014e2e2b3d512bd5703902bbdba68eb4f.tar.gz gleam_stdlib-f78920f014e2e2b3d512bd5703902bbdba68eb4f.zip |
Move atom module to gleam_erlang library
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1986086..10c6844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ - The `map.update` function now uses `Option` rather than `Result`. - The `iterator` module gains the `fold_until` function. - The `bit_string` module loses the u32 functions in favour of bit string literals. +- The `dynamic` module loses the `atom` function +- The `dynamic.option` function has been renamed to `optional` and made more + permissive to other null values. +- The `dynamic.result` function has been made more permissive to other result values. +- 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 |