diff options
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 |