aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbrettkolodny <brettkolodny@gmail.com>2023-02-17 13:44:02 -0500
committerLouis Pilfold <louis@lpil.uk>2023-02-18 10:39:40 +0000
commit54b3acc439dd48da82d40c191e3189fd483bb8e9 (patch)
tree2c8cb2e4c8e8a1fa46f1c69d0edf353cc329a542 /CHANGELOG.md
parentb351a2e3766ca9bc64039ee455bb1da5cfa65867 (diff)
downloadgleam_stdlib-54b3acc439dd48da82d40c191e3189fd483bb8e9.tar.gz
gleam_stdlib-54b3acc439dd48da82d40c191e3189fd483bb8e9.zip
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f0dc34..e0379c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@
- 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