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 13, 2020
1 parent aea3f71 commit 6abbc9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
* Implement It.Is, It.IsIn, It.IsNotIn with a comparer overload (#1059)
* New property `IInvocation.ReturnValue` to query recorded invocations return values (@MaStr11, #921)

#### Changed

* Mocks created by `DefaultValue.Mock` now inherit `SetupAllProperties` from their "parent" mock (like it says in the XML documentation) (@stakx, #1074)

#### Fixed

* Setup not triggered due to VB.NET transparently inserting superfluous type conversions into a setup expression (@InteXX, #1067)
* Nested mocks created by `Mock.Of<T>()` no longer have their properties stubbed since version 4.14.0 (@vruss, @1071)


## 4.14.6 (2020-09-30)
Expand Down

0 comments on commit 6abbc9a

Please sign in to comment.