From 749e6f55fcd95457a81459498b693385de110451 Mon Sep 17 00:00:00 2001 From: brettkolodny Date: Fri, 17 Feb 2023 13:45:15 -0500 Subject: fix: move changelog entry --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0379c1..236033f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased +- The `io.print`, `io.print_error`, and `io.print_debug` now match the Node.Js + implementation when run with Deno. + ## v0.26.1 - 2023-02-02 - The `prepend` function in the `list` module gains the `this` label. @@ -9,8 +13,6 @@ - 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