diff options
author | inoas <mail@inoas.com> | 2022-06-25 23:04:33 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-07-03 22:10:45 +0100 |
commit | 136b9b2e47bd0610c879be745f29cd5c38482068 (patch) | |
tree | 257b074ee5c98e728c062af0bc9b82fa785a27a3 | |
parent | 20da5b57de2c00e7f89b158cb775fadcc12439b2 (diff) | |
download | gleam_stdlib-136b9b2e47bd0610c879be745f29cd5c38482068.tar.gz gleam_stdlib-136b9b2e47bd0610c879be745f29cd5c38482068.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f440fad..d203acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Fixed a bug where `big_string.concat` could crash. - The `bit_builder` module gains the `from_bit_strings` function. +- Changed `list.any` and `list.all` so that Gleam can do tail call optimization which fixes stack overflow crashes on NodeJS, Chrome and Firefox (#322). ## v0.22.0 - 2022-06-15 |