From 2d991bd9439ba837ee238972f3f97d762513bcbc Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Mon, 25 Jul 2022 22:17:36 +0100 Subject: Changes! --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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. -- cgit v1.2.3