aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJulian Schurhammer <julian.schurhammer@gmail.com>2022-10-20 21:42:27 +1300
committerLouis Pilfold <louis@lpil.uk>2022-10-20 11:18:29 +0100
commita44c3e48200079845a2bf60ebccafc39950b4f74 (patch)
tree14a9ae08e6e7f56bc5d80c5fbc6b15221207a6ce /CHANGELOG.md
parent650e36e6e2a0ee4fd94b236d8b59d331247d90e0 (diff)
downloadgleam_stdlib-a44c3e48200079845a2bf60ebccafc39950b4f74.tar.gz
gleam_stdlib-a44c3e48200079845a2bf60ebccafc39950b4f74.zip
update changelog
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