diff options
author | Marcin Puc <marcin.e.puc@gmail.com> | 2021-03-14 16:12:14 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2021-03-14 15:39:49 +0000 |
commit | 5f663745bbf4d74dabbcdb91f5398a29890af2cf (patch) | |
tree | 62719465f7d366aff3522c29f35285ff0ebe5174 | |
parent | 875c3b785fc6936c365d41eb6d05f1be8db9de37 (diff) | |
download | gleam_stdlib-5f663745bbf4d74dabbcdb91f5398a29890af2cf.tar.gz gleam_stdlib-5f663745bbf4d74dabbcdb91f5398a29890af2cf.zip |
Add info about iterator.take change to changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d06ab08..c98a797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - The `list` modules gains the `drop_while` and `take_while` functions. - The `iterator` module gains the `index`, `iterate`, `zip`, `scan`, `take_while` and `drop_while` functions. +- Breaking change in `iterator.take`. Now it returns an iterator instead of a list. ## v0.14.0 - 2021-02-18 |