diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-03-10 11:02:20 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-03-10 12:27:37 +0100 |
commit | 549c48866ff72c3c99c9fa8ea2f3b5a2e3ba605a (patch) | |
tree | 78139d1872d04979cf1b7babdb48a05290384606 | |
parent | 134708f2082dbf66a1dd1398483d00acb25c2e18 (diff) | |
download | gleam_stdlib-549c48866ff72c3c99c9fa8ea2f3b5a2e3ba605a.tar.gz gleam_stdlib-549c48866ff72c3c99c9fa8ea2f3b5a2e3ba605a.zip |
Add more iterator functions to changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e6c7b..5252792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - The `dynamic` module gains the `tuple3`, `tuple4`, `tuple5`, `tuple6` functions and their typed equivalents `typed_tuple3`, `typed_tuple4`, `typed_tuple5`, `typed_tuple6`. - The `list` modules gains the `drop_while` and `take_while` functions. -- The `iterator` module gains the `index` and `iterate` functions. +- The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `take_while` and `drop_while` functions. ## v0.14.0 - 2021-02-18 |