Skip to content

Commit

Permalink
Merge branch 'master' into v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Dec 3, 2022
2 parents 9793fd1 + 94a2c99 commit 6d7976a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#### 1.3.2 - December 2 2022
------------------------------------------------------
Release Notes for FSharpPlus 1.3.1 - November 29 2022
Release Notes for FSharpPlus 1.3.2 - December 2 2022
-----------------------------------------------------

Applicative Computation Expressions
Support for ValueOption, ValueTask and ValueTuple
Expand Down
2 changes: 1 addition & 1 deletion tests/FSharpPlus.Tests/ValueTask.fs
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ module ValueTask =
let r09 = ValueTask.bind (binding true) (x1 ())
r09.AsTask().Exception.InnerExceptions |> areEquivalent [TestException "I was told to fail"]

#endif
#endif

0 comments on commit 6d7976a

Please sign in to comment.