diff options
author | drew <drew@drewolson.org> | 2020-11-02 17:14:35 -0600 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-11-03 13:21:11 +0000 |
commit | cbac55e668d7fc7df601b604e741b1baa64c7db8 (patch) | |
tree | 2da9224edc12c23a7e683c4200dbb8602cfba11c /CHANGELOG.md | |
parent | aa1450bda6666dc22412e937deccffebaf82733c (diff) | |
download | gleam_stdlib-cbac55e668d7fc7df601b604e741b1baa64c7db8.tar.gz gleam_stdlib-cbac55e668d7fc7df601b604e741b1baa64c7db8.zip |
Add flat_map and friends to iterator
The following functions are added to iterator:
* append
* flatten
* flat_map
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea63f2..55a19ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - The `dynamic` module gains the `option` function. - The `uri` module gains the `percent_encode` and `percent_decode` functions. - The `os` module gains the `erlang_timestamp` function. +- The `iterator` module gains the `append`, `flatten` and `flat_map` functions. ## v0.11.0 - 2020-08-22 |