Skip to content

Commit

Permalink
Update release notes for 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty committed Feb 5, 2023
1 parent a2b5e77 commit 50dbb7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#### 1.3.3 - February 4 2023
#### 1.3.3 - February 5 2023
- Fix missing zero overload for voption
- Add (>>=) and (>=>) to ReaderT
- Add ValueOption.toOption
- Deprecate (<**>)

#### 1.3.2 - December 2 2022
- Applicative Computation Expressions
Expand Down
7 changes: 5 additions & 2 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 comments on commit 50dbb7b

Please sign in to comment.