Skip to content

Commit

Permalink
ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthcall committed Feb 17, 2022
1 parent 002ae79 commit 6a5c6e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

## Unreleased

#### Added

* Align `ThrowsAsync` methods for `Task` and `ValueTask` with `Task<TResult>` and `ValueTask<TResult>` (@johnthcall, #1235)

#### Fixed

* Property setups are ignored on mocks instantiated using `Mock.Of` (@stakx, #1066)
Expand Down

0 comments on commit 6a5c6e8

Please sign in to comment.