aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlrosa007 <lrosa008@gmail.com>2020-11-02 18:06:24 -0500
committerLouis Pilfold <louis@lpil.uk>2020-11-03 14:02:42 +0000
commit5c4a9750a27876f648b85d9bd7ba4f0e18b66990 (patch)
treee364bb1ff5e1c661211645f2cc2a3aaa57b1503d /CHANGELOG.md
parente1dce822e1ff14664a30b429b5e2e2cbf3748221 (diff)
downloadgleam_stdlib-5c4a9750a27876f648b85d9bd7ba4f0e18b66990.tar.gz
gleam_stdlib-5c4a9750a27876f648b85d9bd7ba4f0e18b66990.zip
feat(iterator): add find function
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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