diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eea1643..6a551063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ See [0Ver](https://0ver.org/). ### Features +- Add picky exceptions to `future_safe` decorator like `safe` has. +- Remove FutureResultE - Improve inference of `ResultLike` objects when exception catching decorator is applied with explicit exception types - Add picky exceptions to `impure_safe` decorator like `safe` has. Issue #1543