diff options
author | Robert Attard <robert.attard@mail.mcgill.ca> | 2022-07-27 09:46:26 -0400 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-07-27 18:37:46 +0100 |
commit | 4b3b5d972650e6d7580aed479fd0404c37371cf6 (patch) | |
tree | 416cc36bbb7eecb46da8fcfd89c60cb790268b14 /CHANGELOG.md | |
parent | 2d991bd9439ba837ee238972f3f97d762513bcbc (diff) | |
download | gleam_stdlib-4b3b5d972650e6d7580aed479fd0404c37371cf6.tar.gz gleam_stdlib-4b3b5d972650e6d7580aed479fd0404c37371cf6.zip |
inclusive list.range and iterator.range
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b5adc01..d471cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ 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. +- `list.range` and `iterator.range` return values are now inclusive of both start and end bounds. ## v0.22.1 - 2022-06-27 |