diff options
-rw-r--r-- | CHANGELOG.md | 2 |
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 |