Skip to content

Commit e96804f

Browse files
committed
Update the changelog
1 parent 5ae449c commit e96804f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1
1010

1111
* `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)
1212

13+
#### Changed
14+
15+
* Improved error message formatting of `It.Is` lambda expressions that capture local variables. (@bfriesen, #1140)
16+
1317
#### Fixed
1418

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

0 commit comments

Comments
 (0)