From b2d6c2e5a9469bf0195f007a1ced78b3881314dc Mon Sep 17 00:00:00 2001 From: brettkolodny Date: Fri, 17 Feb 2023 13:51:07 -0500 Subject: fix: make changelog more explicit --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236033f..f71232a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog ## Unreleased -- The `io.print`, `io.print_error`, and `io.print_debug` now match the Node.Js - implementation when run with Deno. + +- Fixed a bug where `io.print`, `io.print_error`, and `io.print_debug` would use + `console.log` and add `"\n"` to the output when running on Deno. ## v0.26.1 - 2023-02-02 -- cgit v1.2.3