aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2022-10-27 20:47:12 +0000
committerGitHub <noreply@github.com>2022-10-27 21:47:12 +0100
commit6c9a956af844379aa8d33fa3832636b33493f776 (patch)
treebe8da108d9481945c28979e25cda1143180655e8 /CHANGELOG.md
parente6401929ce83b332e05cc86db58e5d537b0ea87f (diff)
downloadgleam_stdlib-6c9a956af844379aa8d33fa3832636b33493f776.tar.gz
gleam_stdlib-6c9a956af844379aa8d33fa3832636b33493f776.zip
add list.shuffle (#360)
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 5e60f82..215e54b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
- Fixed a bug where `regex.scan` would not work correctly on utf8.
- The performance of `list.flatten` has been greatly improved.
- The `string_builder` module gains the `join` function.
+- The `list` module gains the `shuffle` function.
## v0.24.0 - 2022-10-15