Skip to content

Commit f49bb95

Browse files
committed
update changelog
1 parent 349ca49 commit f49bb95

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@ How to install:
2424
npm install fp-ts@rc
2525
```
2626

27+
- **New Feature**
28+
- `ReaderTask`
29+
- add `ReaderIO` constructors/combinators, #1773 (@thewilkybarkid)
30+
- `ReaderTaskEither`
31+
- add `ReaderIO` constructors/combinators, #1774 (@thewilkybarkid)
32+
- **Polish**
33+
- backport from v3 some handy defaults defined in natural transformations/combinators/constructors (@gcanti)
34+
35+
# 2.13.0-rc.2
36+
37+
How to install:
38+
39+
```sh
40+
npm install fp-ts@rc
41+
```
42+
2743
- **Experimental**
2844
- add `exports` field to `package.json` in order to support moduleResolution node12/nodenext, #1765 (@gcanti)
2945
- **New Feature**

0 commit comments

Comments
 (0)