Skip to content

Commit 8da3fac

Browse files
committed
Changelog!
1 parent 69b0e8e commit 8da3fac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## Unreleased
44

5-
- Syntax has been for Gleam v0.5.
5+
- Syntax has been updated for Gleam v0.5.
66
- Labels have been added to functions throughout the stdlib.
77
- `map.fetch` has been renamed to `map.get` and `map.put` to `map.insert`.
88
- `list.find` has been renamed `list.find_map` and a new `list.find` has been
99
introduced.
1010
- The `pair` module gains the `map_first`, and `map_second` functions.
11+
- The `pair.Pair` type has been replaced with a 2 element anonymous struct.
12+
- The `triple` module has been removed.
1113
- The `string` module gains the `compare` function.
1214
- The `float` module gains the `max`, and `min` functions.
1315
- The `int` module gains the `max`, and `min` functions.

0 commit comments

Comments
 (0)