diff options
author | Udo <git@udo.codes> | 2023-02-25 14:30:20 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-02-25 13:38:56 +0000 |
commit | 1f596cc4863bf5f680371dcfa2782818cbd9a5ee (patch) | |
tree | 1faef61b7e273f035af5592677e7564f4f33d372 /CHANGELOG.md | |
parent | 23136f431ca7dd07a1071c84d59dda9b715baf2b (diff) | |
download | gleam_stdlib-1f596cc4863bf5f680371dcfa2782818cbd9a5ee.tar.gz gleam_stdlib-1f596cc4863bf5f680371dcfa2782818cbd9a5ee.zip |
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f71232a..e03a168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - 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 + edge-cases. ## v0.26.1 - 2023-02-02 |