diff options
author | Alice Dee <alice.dee@guardian.co.uk> | 2019-09-17 12:50:51 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2019-09-17 12:59:32 +0100 |
commit | 070df38c58651ca199c2c3cc787482c75b591a55 (patch) | |
tree | 9ad45a66fae192a4ddf08293d6b5e0c2a7980f10 /CHANGELOG.md | |
parent | 01a691b6e7df1834b1f75e07617a209770c48fbf (diff) | |
download | gleam_stdlib-070df38c58651ca199c2c3cc787482c75b591a55.tar.gz gleam_stdlib-070df38c58651ca199c2c3cc787482c75b591a55.zip |
Update CHANGELOG.md.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d80c0..1c6dd9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ - Syntax has been updated for Gleam v0.4. - The `map_dict` module has been renamed to `map`. -- `list:sort` now requires a compare function as comparison operators now only - work on Ints. +- `list:sort` now requires a compare function as comparison operators + now only work on Ints. - `list:sort`'s performance has been slightly optimised. - The `float` module gains a `compare` function. -- `any:tuple` has been renamed `any:struct2`. +- `any:tuple` has been renamed `any:pair`. +- The `tuple` module has been renamed to `pair` and has a `Pair` type. +- `pair.fetch` has been replaced with `list.key_find`. ## v0.3.1 - 2019-08-08 |