From fed59f6e14de151e5d421cea3c7672619d9f9f23 Mon Sep 17 00:00:00 2001 From: David Tchepak Date: Sun, 10 Jul 2022 16:45:17 +1000 Subject: [PATCH] Prep for 4.4.0 release (#697) --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72d227e1..8494b10d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ -### unreleased -* [NEW] Add `.ThrowsAsync()` that will correctly mock exception on async methods. (#609) +### 4.4.0 (Jul 2022) +* [FIX] Fix issue checking for constructor args on null object. Thanks to @phongphanq, and @appel1! Thanks also to +@Mandroide for code review. (#683, #685) +* [UPDATE] Update to Castle Core v5. Thanks @Havunen! (#690, #673) +* [NEW] Add `.ThrowsAsync()` that will correctly mock exception on async methods. Thanks @Socolin! (#609, #663) ### 4.3.0 (Jan 2021)