aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-02-26 18:45:05 +0000
committerLouis Pilfold <louis@lpil.uk>2023-02-26 18:45:05 +0000
commit8b1da5c2900cb50e33ec4d67599c24e1e9ca8d49 (patch)
tree6000801e34b562c8c016e4d634cf35227d20d58c /CHANGELOG.md
parent6ae05469d118687679cf9b5408630f55e2bf4d59 (diff)
downloadgleam_stdlib-8b1da5c2900cb50e33ec4d67599c24e1e9ca8d49.tar.gz
gleam_stdlib-8b1da5c2900cb50e33ec4d67599c24e1e9ca8d49.zip
Changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
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