diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b82ee11..fb600c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ ## Unreleased -- Syntax has been for Gleam v0.5. +- Syntax has been updated for Gleam v0.5. - 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 `pair.Pair` type has been replaced with a 2 element anonymous struct. +- The `triple` module has been removed. - The `string` module gains the `compare` function. - The `float` module gains the `max`, and `min` functions. - The `int` module gains the `max`, and `min` functions. |