aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMcKayla Washburn <mckayla@hey.com>2022-12-04 14:06:47 -0800
committerLouis Pilfold <louis@lpil.uk>2022-12-05 11:42:27 +0000
commitccd0f0dd912e15b3a4b73c2eb218c9e18c94b353 (patch)
tree74d956dda448bee6b7199bb0d5aee078be139d6f
parentcd1e91cf3fc5d82c01fec0dac2b8899b95b2d4b9 (diff)
downloadgleam_stdlib-ccd0f0dd912e15b3a4b73c2eb218c9e18c94b353.tar.gz
gleam_stdlib-ccd0f0dd912e15b3a4b73c2eb218c9e18c94b353.zip
update changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e19175..d921c6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
## v0.26.0 - unreleased
- The `float` module gains the `loosely_equals` function.
+- The `io` module gains `print_error` and `println_error` functions for
+ printing to stderr.
+- The `io.debug` function now prints to stderr instead of stdout when using
+ the Erlang target or running in Node.js (but still uses `console.log`
+ when running as JavaScript in a browser)
## v0.25.0 - 2022-11-19