diff options
author | lrosa007 <lrosa008@gmail.com> | 2020-11-02 18:06:24 -0500 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-11-03 14:02:42 +0000 |
commit | 5c4a9750a27876f648b85d9bd7ba4f0e18b66990 (patch) | |
tree | e364bb1ff5e1c661211645f2cc2a3aaa57b1503d /CHANGELOG.md | |
parent | e1dce822e1ff14664a30b429b5e2e2cbf3748221 (diff) | |
download | gleam_stdlib-5c4a9750a27876f648b85d9bd7ba4f0e18b66990.tar.gz gleam_stdlib-5c4a9750a27876f648b85d9bd7ba4f0e18b66990.zip |
feat(iterator): add find function
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ccebdd..34d64c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ - 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`, `flat_map` and `step` - functions. +- The `iterator` module gains the `append`, `flatten`, `flat_map`, `step`, + and `find` functions. ## v0.11.0 - 2020-08-22 |