diff options
author | Louis Pilfold <louis@lpil.uk> | 2020-05-21 23:11:58 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2020-05-21 23:11:58 +0100 |
commit | d8ea3288e1a201e89458c4850269525200740fe6 (patch) | |
tree | 7e2bba3766ebbf034df7fcf38e1b8bf84176d9dc | |
parent | 1a8168fa8673393b927540e35a30cefa76b96508 (diff) | |
download | gleam_stdlib-d8ea3288e1a201e89458c4850269525200740fe6.tar.gz gleam_stdlib-d8ea3288e1a201e89458c4850269525200740fe6.zip |
Changelog!
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 26642d0..27860db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,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 `map`, `tuple2`, and `tuple2_of` functions. +- The `dynamic` module gains the `map`, `opaque_list`, `tuple2`, and `tuple2_of` functions. - The `list` module gains the `filter_map` function. ## v0.8.0 - 2020-04-28 |