From 5cbd257e4e67c418a98d57a39a52f54a3961d4b2 Mon Sep 17 00:00:00 2001 From: Kurt Schelfthout <kurt.schelfthout@gmail.com> Date: Sat, 8 Jan 2022 11:31:58 +0000 Subject: [PATCH] Updated release notes. --- FsCheck Release Notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FsCheck Release Notes.md b/FsCheck Release Notes.md index 0726c60e..04e63a9e 100644 --- a/FsCheck Release Notes.md +++ b/FsCheck Release Notes.md @@ -1,5 +1,8 @@ -### 2.16.4 - To Be Released +### 2.16.4 - 8 January 2022 +* Fixed display issue affecting custom F# exceptions. + +* `Prop.throws` now fails the test if an unexpected exception is thrown. ### 2.16.3 - 4 September 2021