diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-03-23 22:56:28 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-03-25 14:15:13 +0000 |
commit | 19d399a9e33c3841b55a2210c8935659fe9e3400 (patch) | |
tree | a5c1424b66beb900ccdd2021b93248d8eeceb0ef | |
parent | 374e2d9f4a5c89d3da9d23de3e742c5bc1d47f71 (diff) | |
download | gleam_stdlib-19d399a9e33c3841b55a2210c8935659fe9e3400.tar.gz gleam_stdlib-19d399a9e33c3841b55a2210c8935659fe9e3400.zip |
Update the changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b976b..327b171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - The `list` module gains the `drop_while`, `take_while`, `chunk` and `sized_chunk` functions. - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, - `take_while`, `drop_while`, `chunk`, and `sized_chunk` functions. + `take_while`, `drop_while`, `chunk`, `sized_chunk` and `intersperse` functions. - Breaking change in `iterator.take`. Now it returns an iterator instead of a list. ## v0.14.0 - 2021-02-18 |