diff options
author | Louis Pilfold <louis@lpil.uk> | 2019-10-25 18:47:50 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-10-25 19:05:54 +0100 |
commit | 427dde6a252f4af02af7de1c83f5acbf701c9a8f (patch) | |
tree | 4a37bae6f99201b01119b7b3927a72c024236561 /CHANGELOG.md | |
parent | 0bf78a366609d460fa2546b17e12dcbc66cbc238 (diff) | |
download | gleam_stdlib-427dde6a252f4af02af7de1c83f5acbf701c9a8f.tar.gz gleam_stdlib-427dde6a252f4af02af7de1c83f5acbf701c9a8f.zip |
list.find and list.find_map
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b8ef2de..d48b3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - Labels have been added to functions throughout the stdlib. - `map.fetch` has been renamed to `map.get` and `map.put` to `map.insert`. +- `list.find` has been renamed `list.find_map` and a new `list.find` has been + introduced. - The `pair` module gains the `map_first`, and `map_second` functions. - The `string` module gains the `compare` function. - The `float` module gains the `max`, and `min` functions. |