Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtschelfthout committed Nov 11, 2018
1 parent 7dfece5 commit 17a7770
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion FsCheck Release Notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
### 2.13.0 - To be released
### 2.13.0 - 11 November 2018
* Stop shipping Portable Class Libraries (PCL), which are essentially deprecated by Microsoft in favor of .NET Standard. FsCheck now targets .NET Standard 1.0 (which takes the place of 3 PCLs that were previously included, while it still run on all those platforms and more), .NET Standard 1.6 (which is the lowest version modern FSharp.Core versions support) and .NET Standard 2.0 (which is advised by NuGet so clients don't need to download as much stuff if they can target 2.0 or higher). FsCheck also still targets .NET Framework 4.5.2 and upwards as a convenience.

* FsCheck.Xunit and FsCheck.NUnit similarly target .NET Standard 1.6 and 2.0, as well as .NET Framework 4.5.2. They've never targeted PCL before.

* It's my hope and expectation that this makes FsCheck usable on the same range of platforms (and more) as before, while greatly simplifying development: there is now just one solution (instead of three), and only one FsCheck project (instead of five) and so on.

* Add NonWhiteSpaceString to default generated types. (by Stijn Moreels)

### 2.12.1 - 18 October 2018
* Fix FsCheck.Xunit's CheckExtensions so that the throwing methods actually throw on failure.
Expand Down

0 comments on commit 17a7770

Please sign in to comment.