diff options
-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 |