From 7a7a76b0a8245b67683873402ec78fe591a0dc75 Mon Sep 17 00:00:00 2001 From: Dominique Schuppli Date: Thu, 12 May 2022 18:02:48 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be8f1824..d3726adf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ New major version of DynamicProxy (you may get better performance!), so please u * Can't set up "private protected" properties (@RobSiklos, #1170) * Using [...] an old version of `System.Net.Http` which is vulnerable to "DoS", "Spoofing", "Privilege Escalation", "Authentication Bypass" and "Information Exposure" (@sidseter, #1219) +* Regression with `SetupProperty` where Moq fails to match a property accessor implementation against its definition in an interface (@Naxemar, #1248) * Failure when invoking a method with by-ref parameter & mockable return type on a mock with `CallBase` and `DefaultValue.Mock` configured (@IanKemp, #1249)