diff options
author | inoas <mail@inoas.com> | 2022-06-25 23:08:47 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-07-03 22:10:45 +0100 |
commit | 286d7eae50913813b15088dece8b85e1b22b0735 (patch) | |
tree | 3871578c50a514d07b337692289c0e77f2d01464 | |
parent | 0623d7f2fe944bd1d8e24dbe04300e63fe95e057 (diff) | |
download | gleam_stdlib-286d7eae50913813b15088dece8b85e1b22b0735.tar.gz gleam_stdlib-286d7eae50913813b15088dece8b85e1b22b0735.zip |
<3 :D
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d203acd..5bf8903 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 NodeJS, Chrome and Firefox (#322). +- 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). ## v0.22.0 - 2022-06-15 |