From 20ba2e15981bbd1b502015cec86dcc51f9c55098 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 19 Dec 2022 18:05:52 +0100 Subject: add iterator.transfrom to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3