diff options
author | inoas <mail@inoas.com> | 2022-06-08 19:36:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-08 20:36:47 +0100 |
commit | 28ebbd29a171ceebe74c075f6a05ef86b727e002 (patch) | |
tree | f0b7862513577ac58eb2c64aef954c094f08bf2c /CHANGELOG.md | |
parent | dd5a95548f43097e1aea624fc1e1576f4140f897 (diff) | |
download | gleam_stdlib-28ebbd29a171ceebe74c075f6a05ef86b727e002.tar.gz gleam_stdlib-28ebbd29a171ceebe74c075f6a05ef86b727e002.zip |
fix io.debug to behave the same on Erlang and JavaScript (#308)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2ca82..117efb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - The `string_builder` module loses the `from_float` function. Use `float.to_string` instead. - Fixed the `int.power` and `float.power` functions by properly handling error cases. - The grapheme iterator used by `string.graphemes` is now locale independent on target JavaScript. +- Unified `io.debug` to yield Gleam syntax to standard output (stdout) not just on JavaScript but also Erlang. ## v0.21.0 - 2022-04-24 |