Skip to content

Commit

Permalink
Prep for 4.4.0 release (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtchepak authored Jul 10, 2022
1 parent 5fa96da commit fed59f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit fed59f6

Please sign in to comment.