Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriesen committed Feb 2, 2021
1 parent 5ae449c commit e96804f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

* `CallBase` can now be used with interface methods that have a default interface implementation. It will call [the most specific override](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/default-interface-methods#the-most-specific-override-rule). (@stakx, #1130)

#### Changed

* Improved error message formatting of `It.Is` lambda expressions that capture local variables. (@bfriesen, #1140)

#### Fixed

* `AmbiguousMatchException` raised when interface has property indexer besides property in VB. (@mujdatdinc, #1129)
Expand Down

0 comments on commit e96804f

Please sign in to comment.