diff options
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0dc34..e0379c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ - For a given empty list as an argument, `int.product` now returns `1` instead of `0`, and `float.product` now returns `1.0` instead of `0.0`. This mimicks the behavior of Elixir's `Enum.product/1`. +- The `io.print`, `io.print_error`, and `io.print_debug` now match the Node.Js + implementation when run with Deno. ## v0.26.0 - 2023-01-12 |