From 83d3f3e8f9b2a841bd3f501e2bf1e31319a5c2ed Mon Sep 17 00:00:00 2001 From: Kurt Schelfthout Date: Sat, 4 Sep 2021 10:42:20 +0100 Subject: [PATCH] Update release notes. --- FsCheck Release Notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FsCheck Release Notes.md b/FsCheck Release Notes.md index 2937e64e..f9292c6c 100644 --- a/FsCheck Release Notes.md +++ b/FsCheck Release Notes.md @@ -1,7 +1,9 @@ -### 2.16.3 - To be released +### 2.16.3 - 4 September 2021 * Allow configuration in FsCheck.Xunit.PropertiesAttribute to affect properties on nested types or modules. PropertiesAttribute on the closest enclosing type takes precedence. +* Add FsCheck.Xunit.TestOutputRunner - a simple runner which just redirects output to xUnit's TestOutputHelper. + ### 2.16.2 - 30 August 2021 * Support generation and shrinking of System.Collections.Immutable types via reflection.