aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-10-27 15:33:40 +0100
committerGitHub <noreply@github.com>2022-10-27 15:33:40 +0100
commitb4e64dffae62400028dbcc0906c2dde5fdc25ccc (patch)
tree3ca7047fe924c6109bb3ba1d7d1de0eba059fef7
parentfef515c9897efc707e23aa8fd9a8752bf145b32c (diff)
downloadgleam_stdlib-b4e64dffae62400028dbcc0906c2dde5fdc25ccc.tar.gz
gleam_stdlib-b4e64dffae62400028dbcc0906c2dde5fdc25ccc.zip
Changes!
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d8a751..38e9d27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
- Added functions `function.apply1` through `function.apply3` which help
working with functions in pipelines.
- Fixed a bug where `regex.scan` would not work correctly on utf8.
+- The performance of `list.flatten` has been greatly improved.
## v0.24.0 - 2022-10-15