aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
1 files 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