aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinoas <mail@inoas.com>2023-04-17 17:34:28 +0000
committerLouis Pilfold <louis@lpil.uk>2023-04-19 08:21:15 +0100
commit1b549a6125299bcb12359f618d12e0ef179d0faa (patch)
treeb4c0180c124f83f6344224effbb321f67b158e86
parent362ba0c44208de380495c8f98e9904094f34e30c (diff)
downloadgleam_stdlib-1b549a6125299bcb12359f618d12e0ef179d0faa.tar.gz
gleam_stdlib-1b549a6125299bcb12359f618d12e0ef179d0faa.zip
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e324012..bd209ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@
- The `iterator` module gains the `each` function.
- Fixed a bug in maps when running on JavaScript where value membership could be
incorrectly stated in some cases.
-- Deprecated `result.then` in favour of `result.try`.
+- `result.then` is now an alias of `result.try`; both do the same.
## v0.28.0 - 2023-03-26