diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-09-09 19:57:17 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-09-09 19:57:17 +0100 |
commit | ae269282095ba1180952dd1eab58830bf5a19ed2 (patch) | |
tree | 591ece9087e98a0908a8fb6f4a4a0c286ffcc840 | |
parent | bc811f914387b05c34836b2be07697ae52ce6347 (diff) | |
download | gleam_stdlib-ae269282095ba1180952dd1eab58830bf5a19ed2.tar.gz gleam_stdlib-ae269282095ba1180952dd1eab58830bf5a19ed2.zip |
Changelog!
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c47cc..14654fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - 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 `dynamic.thunk` function has been removed. - The `io.get_line` function has been moved to the `gleam_erlang` library. - The `atom` module has been moved to the `gleam_erlang` library. - Prelude types like `Result`, `List` etc. are no longer redefined in their |