Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Oct 19, 2019
1 parent da1973b commit 7567145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
* `ArgumentException` ("Interface not found") when setting up `object.ToString` on an interface mock (@vslynko, #942)
* Cannot "return" to original mocked type after downcasting with `Mock.Get` and then upcasting with `mock.As<>` (@pjquirk, #943)
* `params` arrays in recursive setup expressions are matched by reference equality instead of by structural equality (@danielcweber, #946)
* `mock.SetupProperty` throws `NullReferenceException` when called for partially overridden property (@stakx, #951)

## 4.13.0 (2019-08-31)

Expand Down

0 comments on commit 7567145

Please sign in to comment.