From d06b0a70a7159e979324e375b6f1c53b2f7c38a7 Mon Sep 17 00:00:00 2001 From: Kurt Schelfthout Date: Wed, 17 Apr 2019 17:05:11 +0100 Subject: [PATCH] Add some newlines, displays better in nuget. --- FsCheck Release Notes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FsCheck Release Notes.md b/FsCheck Release Notes.md index 744a304b..915f90fd 100644 --- a/FsCheck Release Notes.md +++ b/FsCheck Release Notes.md @@ -1,10 +1,16 @@ ### 2.14.0 - 17 April 2019 * Add shrinker for data transfer objects. (by Carlo Zancanaro) + * Add shrinker for Interval type. (by Nazar Vinnichuk) + * Add shrinker for flags enums. (by Nazar Vinnichuk) + * Add new Arbitrary instances for Numerics.Complex and ConsoleKeyInfo. (by Nazar Vinnichuk) + * Fix float, int32 and int64 generators so their distribution is uniform. This also improves downstream generators. (by Nazar Vinnichuk) + * Fix decimal generator so size is respected. (by Nazar Vinnichuk) + * Add Gen.scale and ScaleSize extension method which can remove some boilerplate. (by Nazar Vinnichuk) ### 2.13.0 - 11 November 2018