diff options
-rw-r--r-- | CHANGELOG.md | 2 |
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 |