diff options
author | Louis Pilfold <louis@lpil.uk> | 2021-07-31 18:24:21 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-07-31 18:24:21 +0100 |
commit | 8ef4b3b7cb02674b06a6f172ce83697a158e53ac (patch) | |
tree | 40e6ec367ec46620c2945ff25ed7e442436a5323 /CHANGELOG.md | |
parent | f072b5cf80855e4a790bab134e6f0d8d0da109e3 (diff) | |
download | gleam_stdlib-8ef4b3b7cb02674b06a6f172ce83697a158e53ac.tar.gz gleam_stdlib-8ef4b3b7cb02674b06a6f172ce83697a158e53ac.zip |
Remove get line FFI
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d17c39..c32a2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,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 `io.get_list` function has been moved to the `gleam_os` library. +- The `io.get_list` 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 stdlib modules. |