From e96804f56d49fe8431d4f71fc61931ff3b24a5b3 Mon Sep 17 00:00:00 2001 From: Brian Friesen Date: Tue, 2 Feb 2021 10:54:48 -0500 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1f76c7f..6266ad487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)