We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b5e77 commit 50dbb7bCopy full SHA for 50dbb7b
RELEASE_NOTES.md
@@ -1,5 +1,8 @@
1
-#### 1.3.3 - February 4 2023
+#### 1.3.3 - February 5 2023
2
- Fix missing zero overload for voption
3
+ - Add (>>=) and (>=>) to ReaderT
4
+ - Add ValueOption.toOption
5
+ - Deprecate (<**>)
6
7
#### 1.3.2 - December 2 2022
8
- Applicative Computation Expressions
RELEASE_NOTES.txt
@@ -1,4 +1,7 @@
-Release Notes for FSharpPlus 1.3.3 - February 4 2023
+Release Notes for FSharpPlus 1.3.3 - February 5 2023
-----------------------------------------------------
-Fix missing zero overload for voption
+Fix missing zero overload for voption
+Add (>>=) and (>=>) to ReaderT
+Add ValueOption.toOption
+Deprecate (<**>)
0 commit comments