diff options
author | brettkolodny <brettkolodny@gmail.com> | 2023-02-17 13:51:07 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-02-18 10:39:40 +0000 |
commit | b2d6c2e5a9469bf0195f007a1ced78b3881314dc (patch) | |
tree | 8af5aadf311bd0fd72754cb7446355e9a0f16729 /CHANGELOG.md | |
parent | 749e6f55fcd95457a81459498b693385de110451 (diff) | |
download | gleam_stdlib-b2d6c2e5a9469bf0195f007a1ced78b3881314dc.tar.gz gleam_stdlib-b2d6c2e5a9469bf0195f007a1ced78b3881314dc.zip |
fix: make changelog more explicit
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
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 |