diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-07-25 22:17:36 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-07-25 22:17:36 +0100 |
commit | 2d991bd9439ba837ee238972f3f97d762513bcbc (patch) | |
tree | 9bbaf26912cafcb799a002459d2191a033077986 | |
parent | f4ff3b795e105e216c1a3b4d9b350f06533e1927 (diff) | |
download | gleam_stdlib-2d991bd9439ba837ee238972f3f97d762513bcbc.tar.gz gleam_stdlib-2d991bd9439ba837ee238972f3f97d762513bcbc.zip |
Changes!
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0590870..b5adc01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - The list dynamic decoding functions can now decode JavaScript arrays into Gleam lists. +- `list.range` is now tail recursive and will not blow the stack with large + ranges when compiled to JavaScript. - Fixed a bug where the `list` module's `contains`, `any`, and `all` could exhaust the stack when compiling to JavaScript. |