aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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