diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-04-16 20:01:18 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-04-16 19:05:30 +0100 |
commit | 78d1a9660b96be9e2647d18403682af3daddf5c3 (patch) | |
tree | debc3df6f9a38df56127cdee79ee56d4cef0afe4 | |
parent | e4ef54b8c2bed679bf4a493718385d312cfc2409 (diff) | |
download | gleam_stdlib-78d1a9660b96be9e2647d18403682af3daddf5c3.tar.gz gleam_stdlib-78d1a9660b96be9e2647d18403682af3daddf5c3.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ef02eca..d3607ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - The `list` module gains the `drop_while`, `map_fold`, `take_while`, `reduce`, `chunk`, `sized_chunk`, `last` and `scan` functions. - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `last`, - `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `reduce`, + `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `interleave`, `reduce`, `any`, `all`, `empty`, `once` and `single` functions. - Breaking change in `iterator.take`. Now it returns an iterator instead of a list. - The `string` module gains the `crop` function. |