From 070df38c58651ca199c2c3cc787482c75b591a55 Mon Sep 17 00:00:00 2001 From: Alice Dee Date: Tue, 17 Sep 2019 12:50:51 +0100 Subject: Update CHANGELOG.md. --- CHANGELOG.md | 8 +++++--- 1 file 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 -- cgit v1.2.3