aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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 84529b8..079ad6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- `string.slice` is now tail recursive and will no longer blog the stack on
large inputs when running on JavaScript.
+- Added `int.floor_divide` to complement the truncated `int.divide`.
## v0.23.0 - 2022-09-15