diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-04-16 15:01:40 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-04-16 14:42:54 +0100 |
commit | 27b31089fef8dc18f5ea33b35a64527ec511ab94 (patch) | |
tree | d57d1737d00d7d258c59e996a767f728e88fe39e | |
parent | 76bd6037f9705f9b29c156024246459a865511bb (diff) | |
download | gleam_stdlib-27b31089fef8dc18f5ea33b35a64527ec511ab94.tar.gz gleam_stdlib-27b31089fef8dc18f5ea33b35a64527ec511ab94.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9f678..ef02eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ - 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`, `any` and `all` functions. + `take_while`, `drop_while`, `chunk`, `sized_chunk`, `intersperse`, `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. |