From 1f596cc4863bf5f680371dcfa2782818cbd9a5ee Mon Sep 17 00:00:00 2001 From: Udo Date: Sat, 25 Feb 2023 14:30:20 +0100 Subject: update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3