diff options
author | Marcin Puc <tranzystorek.io@protonmail.com> | 2022-12-19 18:05:52 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-12-22 20:18:07 +0000 |
commit | 20ba2e15981bbd1b502015cec86dcc51f9c55098 (patch) | |
tree | 0735a357f7d575e30f27b428446897b895ad489f | |
parent | 0ece235f60b612bcb3c4b20bc7eaf44d6cf01cd1 (diff) | |
download | gleam_stdlib-20ba2e15981bbd1b502015cec86dcc51f9c55098.tar.gz gleam_stdlib-20ba2e15981bbd1b502015cec86dcc51f9c55098.zip |
add iterator.transfrom to changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdece3..5bd1083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - The `io.debug` function now prints to stderr instead of stdout when using the Erlang target or running in Node.js (but still uses `console.log` when running as JavaScript in a browser) +- The `iterator` module gains the `transform` function. - The `list.at` function now returns `Error(Nil)` if given index is smaller than zero, instead of returning the first element. - Fixed a bug where some string functions would incorrectly handle newlines when |