From 54b3acc439dd48da82d40c191e3189fd483bb8e9 Mon Sep 17 00:00:00 2001 From: brettkolodny Date: Fri, 17 Feb 2023 13:44:02 -0500 Subject: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3