Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtschelfthout committed Jan 30, 2025
1 parent b463b78 commit 0d62898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FsCheck Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.1.0 - To be released

* Support Async<'Testable> & Task<'Testable>. Slight behavior change: an explicit upcast to non-generic `Task` (`:> Task`) is now needed for tests involving `Task<'T>` where `'T` is not itself a testable type. (by Brian Rourke Boll)

### 3.0.1 - 22 January 2025

* FsCheck.Xunit: target net462 explicitly, so xunit picks the right runner on .NET Framework.
Expand Down

0 comments on commit 0d62898

Please sign in to comment.