Skip to content

Commit 50dbb7b

Browse files
committed
Update release notes for 1.3.3
1 parent a2b5e77 commit 50dbb7b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
#### 1.3.3 - February 4 2023
1+
#### 1.3.3 - February 5 2023
22
- Fix missing zero overload for voption
3+
- Add (>>=) and (>=>) to ReaderT
4+
- Add ValueOption.toOption
5+
- Deprecate (<**>)
36

47
#### 1.3.2 - December 2 2022
58
- Applicative Computation Expressions

RELEASE_NOTES.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
Release Notes for FSharpPlus 1.3.3 - February 4 2023
1+
Release Notes for FSharpPlus 1.3.3 - February 5 2023
22
-----------------------------------------------------
33

4-
Fix missing zero overload for voption
4+
Fix missing zero overload for voption
5+
Add (>>=) and (>=>) to ReaderT
6+
Add ValueOption.toOption
7+
Deprecate (<**>)

0 commit comments

Comments
 (0)