aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-07-03 22:12:43 +0100
committerLouis Pilfold <louis@lpil.uk>2022-07-03 22:12:43 +0100
commitb5d19abb14c577d86fa694e6db1548ceabb3ad43 (patch)
tree2e182bf37a36f4b88c657f8244a1b6a1866c549e
parent9434093995aba9af0e3a5718a9b5d00459d20e41 (diff)
downloadgleam_stdlib-b5d19abb14c577d86fa694e6db1548ceabb3ad43.tar.gz
gleam_stdlib-b5d19abb14c577d86fa694e6db1548ceabb3ad43.zip
Changes!
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26e86ac..0590870 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
- The list dynamic decoding functions can now decode JavaScript arrays into
Gleam lists.
+- Fixed a bug where the `list` module's `contains`, `any`, and `all` could
+ exhaust the stack when compiling to JavaScript.
## v0.22.1 - 2022-06-27