aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-11-24 22:15:01 +0000
committerLouis Pilfold <louis@lpil.uk>2019-11-25 11:22:45 +0000
commit8da3face61c0ba1fe714996fb48d7ac679aaa2ad (patch)
tree86effca3a0e516b02b2c936f80d8c8c732a58b53
parent69b0e8e1abb78db55cbdbd8db3ba4fe75b743e60 (diff)
downloadgleam_stdlib-8da3face61c0ba1fe714996fb48d7ac679aaa2ad.tar.gz
gleam_stdlib-8da3face61c0ba1fe714996fb48d7ac679aaa2ad.zip
Changelog!
-rw-r--r--CHANGELOG.md4
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.