diff options
author | inoas <mail@inoas.com> | 2022-06-27 23:39:21 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-07-03 22:10:45 +0100 |
commit | fb686cc974dd9a970ba0bc35f6a4809afcfb227e (patch) | |
tree | 056ceea65de76dca47d52a6db2cae7518da9d26c | |
parent | 812ac3ac100a5800cfbfeab8262c41ec248376cc (diff) | |
download | gleam_stdlib-fb686cc974dd9a970ba0bc35f6a4809afcfb227e.tar.gz gleam_stdlib-fb686cc974dd9a970ba0bc35f6a4809afcfb227e.zip |
changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf8903..26e86ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +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 Firefox, Chrome and NodeJS (#322). +- Changed `list.contains`, `list.any`, `list.all` so that Gleam can do tail call optimization which fixes stack size crashes on Firefox, Chrome and NodeJS (#322). ## v0.22.0 - 2022-06-15 |