aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGiacomo Cavalieri <giacomo.cavalieri@icloud.com>2023-06-13 16:39:04 +0200
committerLouis Pilfold <louis@lpil.uk>2023-06-14 17:26:33 +0100
commit0449a9b9a120afc24a7cfdcbdc1eee023cf7cf11 (patch)
treeb466d385a86ac8efae4bf0f7ccfdee4b6847d559 /CHANGELOG.md
parent46a898e3dd9419ab3123fedc11196a4a0abadf57 (diff)
downloadgleam_stdlib-0449a9b9a120afc24a7cfdcbdc1eee023cf7cf11.tar.gz
gleam_stdlib-0449a9b9a120afc24a7cfdcbdc1eee023cf7cf11.zip
Rename `result.recover` to `result.try_recover`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4671266..1bfd0cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
## Unreleased
-- The `result` module gains the `recover` function.
+- The `result` module gains the `try_recover` function.
## v0.29.1 - 2023-06-01