aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbrettkolodny <brettkolodny@gmail.com>2023-02-17 13:51:07 -0500
committerLouis Pilfold <louis@lpil.uk>2023-02-18 10:39:40 +0000
commitb2d6c2e5a9469bf0195f007a1ced78b3881314dc (patch)
tree8af5aadf311bd0fd72754cb7446355e9a0f16729 /CHANGELOG.md
parent749e6f55fcd95457a81459498b693385de110451 (diff)
downloadgleam_stdlib-b2d6c2e5a9469bf0195f007a1ced78b3881314dc.tar.gz
gleam_stdlib-b2d6c2e5a9469bf0195f007a1ced78b3881314dc.zip
fix: make changelog more explicit
Diffstat (limited to 'CHANGELOG.md')
-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