Skip to content

Commit cee0bf6

Browse files
committed
Adding IO#exceptionally deprecation notice
1 parent c413e18 commit cee0bf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
4141
### Deprecated
4242
- `Peek`, `Peek2`, `Maybe#peek`, and `Either#peek` in favor of explicitly matching into `IO` and running it
4343
- `Force`, in favor if traversing into an `IO` and explicitly running it
44+
- `IO#exceptionally` in favor of `IO#catchError` (from `MonadError`)
4445

4546
## [4.0.0] - 2019-05-20
4647
### Changed

0 commit comments

Comments
 (0)