diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-05-19 19:20:48 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-19 19:22:49 +0100 |
commit | 1ee8dbf4c7e5abf831e3118f8953b24c4043e70f (patch) | |
tree | 57b6635aa724baa17f5f01eccb68c8a936bd36bf /CHANGELOG.md | |
parent | 5ca885bd114635244d25f2f91c35bda448e6a635 (diff) | |
download | gleam_stdlib-1ee8dbf4c7e5abf831e3118f8953b24c4043e70f.tar.gz gleam_stdlib-1ee8dbf4c7e5abf831e3118f8953b24c4043e70f.zip |
dynamic.map
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed6646..ba5202a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ `ends_with`, `slice`, `pad_left` and `pad_right` functions. - `uri` module created with `parse`, `parse_query`, `path_segments`, `query_to_string` and `to_string`. -- The `dynamic` module gains the `tuple2`, and `tuple2_of` functions. +- The `dynamic` module gains the `map`, `tuple2`, and `tuple2_of` functions. - The `list` module gains the `filter_map` function. ## v0.8.0 - 2020-04-28 |