Skip to content

Commit 1e5d419

Browse files
Update CHANGELOG.md
1 parent 254c3f2 commit 1e5d419

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ Notable changes to this project are documented in this file. The format is based
77
Breaking changes:
88

99
New features:
10-
- Add `liftMaybe` and `liftEither` to easily lift `Maybe` and `Either` values
11-
to a `MonadThrow` monad.
1210

1311
Bugfixes:
1412

1513
Other improvements:
1614

15+
## [v5.2.0](https://github.com/purescript/purescript-transformers/releases/tag/v5.2.0) - 2021-07-13
16+
17+
New features:
18+
- Add `liftMaybe` and `liftEither` to easily lift `Maybe` and `Either` values to a `MonadThrow` monad (#140 by @hexagonal-sun)
19+
1720
## [v5.1.0](https://github.com/purescript/purescript-transformers/releases/tag/v5.1.0) - 2021-04-27
1821

1922
New features:

0 commit comments

Comments
 (0)