aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index da485c0..263b020 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## v0.24.1 - unreleased
+
+- `list.sort` is now tail recursive and will no longer exceed the stack size
+ on large inputs on target JavaScript.
+- `list.sort` is now a "stable" sort, meaning equal elements are sorted in
+ the same order that they appear in the input.
+
## v0.24.0 - 2022-10-15
- `string.slice` is now tail recursive and will no longer exceed the stack size