From 8da3face61c0ba1fe714996fb48d7ac679aaa2ad Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 24 Nov 2019 22:15:01 +0000 Subject: Changelog! --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3