aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrettkolodny <brettkolodny@gmail.com>2023-02-17 13:45:15 -0500
committerLouis Pilfold <louis@lpil.uk>2023-02-18 10:39:40 +0000
commit749e6f55fcd95457a81459498b693385de110451 (patch)
treeb8a68446511401e65eae6e0d874e78102ec0de3c
parent54b3acc439dd48da82d40c191e3189fd483bb8e9 (diff)
downloadgleam_stdlib-749e6f55fcd95457a81459498b693385de110451.tar.gz
gleam_stdlib-749e6f55fcd95457a81459498b693385de110451.zip
fix: move changelog entry
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0379c1..236033f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## Unreleased
+- The `io.print`, `io.print_error`, and `io.print_debug` now match the Node.Js
+ implementation when run with Deno.
+
## v0.26.1 - 2023-02-02
- The `prepend` function in the `list` module gains the `this` label.
@@ -9,8 +13,6 @@
- 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