diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-02-26 18:45:05 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-02-26 18:45:05 +0000 |
commit | 8b1da5c2900cb50e33ec4d67599c24e1e9ca8d49 (patch) | |
tree | 6000801e34b562c8c016e4d634cf35227d20d58c /CHANGELOG.md | |
parent | 6ae05469d118687679cf9b5408630f55e2bf4d59 (diff) | |
download | gleam_stdlib-8b1da5c2900cb50e33ec4d67599c24e1e9ca8d49.tar.gz gleam_stdlib-8b1da5c2900cb50e33ec4d67599c24e1e9ca8d49.zip |
Changes
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 e03a168..ca97c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Updated for Gleam v0.27.0. - 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. - Fixed a bug where `int.floor_divide` would return the wrong result in certain |