From eb2f87a814ba3235a4e98c201e8e82e25da2e9d0 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 18 Jul 2021 21:48:58 +0100 Subject: Remove function.rescue function Closes https://github.com/gleam-lang/gleam/issues/1196 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index d84fb76..760ea9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## Unreleased - The `os` module has been moved to the `gleam_os` library. +- The `rescue` function has been removed from the `function` library in favour + of target specific versions in Erlang and JavaScript specific libraries. - The `bool`, `list`, `order`, and `pair` modules now support JavaScript compilation. - The `map.update` function now uses `Option` rather than `Result`. -- cgit v1.2.3